Skip to content

Commit

Permalink
ndk-build,cargo-apk: Bump all dependencies to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Jun 13, 2022
1 parent 854a937 commit a8078cd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions cargo-apk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
12 changes: 6 additions & 6 deletions ndk-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit a8078cd

Please sign in to comment.