Skip to content

Commit

Permalink
Bump dependencies which don’t require any change to the code
Browse files Browse the repository at this point in the history
  • Loading branch information
linkmauve authored and Gnurou committed Sep 5, 2023
1 parent e78922d commit 2da6a99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ path = "../lib"
nix = "0.24.0"
anyhow = "1.0"
log = "0.4.14"
env_logger = { version = "0.9.0", optional = true }
env_logger = { version = "0.10", optional = true }
android_logger = { version = "0.11.0", optional = true }

[build-dependencies]
cbindgen = "0.24.0"
cbindgen = "0.25"
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ enumn = "0.1.6"
[dev-dependencies]
ctrlc = "3.1.4"
clap = "3.2"
env_logger = "0.9.0"
env_logger = "0.10"
utils = { path = "../utils" }

# For convenience we are building the bindings manually and integrating them with
Expand Down
4 changes: 2 additions & 2 deletions lib/src/bindings/runbindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bindgen = "0.63.0"
clap = { version = "4.0", features = ["derive"]}
bindgen = "0.66"
clap = { version = "4.0", features = ["derive"]}

0 comments on commit 2da6a99

Please sign in to comment.