From 5451ed235fa9021d41348a626b6616faefe8c0d6 Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Sat, 11 Jun 2022 10:36:32 +0200 Subject: [PATCH] ndk-build,cargo-apk: Bump all dependencies to the latest version --- cargo-apk/Cargo.toml | 16 ++++++++-------- ndk-build/Cargo.toml | 12 ++++++------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/cargo-apk/Cargo.toml b/cargo-apk/Cargo.toml index 22cfd67a..828537d3 100644 --- a/cargo-apk/Cargo.toml +++ b/cargo-apk/Cargo.toml @@ -11,12 +11,12 @@ homepage = "https://github.com/rust-windowing/android-ndk-rs" repository = "https://github.com/rust-windowing/android-ndk-rs" [dependencies] -anyhow = "1.0.38" -cargo-subcommand = "0.7.0" -dunce = "1.0.1" -env_logger = "0.8.2" -log = "0.4.14" +anyhow = "1.0.57" +cargo-subcommand = "0.7" +dunce = "1" +env_logger = "0.9" +log = "0.4" ndk-build = { path = "../ndk-build", version = "0.6.0" } -serde = "1.0.123" -thiserror = "1.0.23" -toml = "0.5.8" +serde = "1" +thiserror = "1.0.31" +toml = "0.5" diff --git a/ndk-build/Cargo.toml b/ndk-build/Cargo.toml index d0f04d3e..e045113d 100644 --- a/ndk-build/Cargo.toml +++ b/ndk-build/Cargo.toml @@ -11,9 +11,9 @@ homepage = "https://github.com/rust-windowing/android-ndk-rs" repository = "https://github.com/rust-windowing/android-ndk-rs" [dependencies] -dirs = "3.0.1" -dunce = "1.0.1" -serde = { version = "1.0.123", features = ["derive"] } -quick-xml = { version = "0.20.0", features = ["serialize"] } -thiserror = "1.0.23" -which = "4.0.2" +dirs = "4" +dunce = "1" +quick-xml = { version = "0.23", features = ["serialize"] } +serde = { version = "1", features = ["derive"] } +thiserror = "1" +which = "4"