Skip to content

Commit

Permalink
update env_logger,bindgen,bitflags
Browse files Browse the repository at this point in the history
  • Loading branch information
Dushistov committed Jun 4, 2024
1 parent 58f5376 commit bce4a41
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion android-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jni-sys = "0.3.0"

[build-dependencies]
flapigen = { path = "../macroslib" }
env_logger = "0.10"
env_logger = "0.11"
2 changes: 1 addition & 1 deletion android-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ android_logger = { version = "0.13.1", default-features = false }

[build-dependencies]
flapigen = { path = "../macroslib" }
bindgen = { version = "0.65.1", default-features = false, features = ["logging", "runtime", "which-rustfmt"] }
bindgen = { version = "0.69.4", default-features = false, features = ["logging", "runtime", "which-rustfmt"] }
walkdir = "2.3.2"
cc = "1.0.67"
2 changes: 1 addition & 1 deletion cpp_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "flapigen_test"
crate-type = ["staticlib"]

[build-dependencies]
env_logger = "0.10.0"
env_logger = "0.11.3"
log = "0.4.6"
flapigen = { path = "../macroslib" }

Expand Down
2 changes: 1 addition & 1 deletion debug-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ authors = ["Evgeniy A. Dushistov <dushistov@mail.ru>"]
edition = "2018"

[dependencies]
env_logger = "0.10.0"
env_logger = "0.11.3"
flapigen = { path = "../macroslib" }
6 changes: 3 additions & 3 deletions jni_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ crate-type = ["cdylib"]
[dependencies]
log = "0.4.6"
chrono = "0.4.6"
env_logger = "0.10.0"
env_logger = "0.11.3"

[build-dependencies]
env_logger = "0.10.0"
env_logger = "0.11.3"
log = "0.4.6"
flapigen = { path = "../macroslib" }
bindgen = { version = "0.65.1", default-features = false, features = ["logging", "runtime", "which-rustfmt"] }
bindgen = { version = "0.69.4", default-features = false, features = ["logging", "runtime", "which-rustfmt"] }
4 changes: 2 additions & 2 deletions macroslib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ quote = "1.0"
proc-macro2 = { version = "1.0", features = ["span-locations"] }
log = "0.4.6"
petgraph = { version = "0.6.0", default-features = false }
bitflags = "1.0.4"
bitflags = "2.5.0"
lazy_static = "1.0.2"
smallvec = "1.1.0"
rustc-hash = "1.0.1"
Expand All @@ -26,7 +26,7 @@ heck = { version = "0.4.0", default-features = false }
which = { version = "4.2.4", default-features = false }

[dev-dependencies]
env_logger = "0.10.0"
env_logger = "0.11.3"
pulldown-cmark = "0.9.1"
tempfile = "3.0"
jni-sys = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion python_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ crate-type = ["cdylib"]
cpython = { version = "0.7.0", features = ["extension-module"] }

[build-dependencies]
env_logger = "0.10.0"
env_logger = "0.11.3"
log = "0.4.6"
flapigen = { path = "../macroslib" }

0 comments on commit bce4a41

Please sign in to comment.