Skip to content

Commit

Permalink
chore(deps): Update Rust crate env_logger to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 19, 2024
1 parent fd82974 commit 812a39b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crond/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ chrono = "0.4.31"
anyhow = "1.0.79"

[dev-dependencies]
env_logger = "0.10.2"
env_logger = "0.11.0"
ctor = "0.2.6"
2 changes: 1 addition & 1 deletion hocon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ anyhow = "1.0.79"
[dev-dependencies]
ctor = "0.2.6"
rand = "0.8.5"
env_logger = "0.10.2"
env_logger = "0.11.0"
prop-check-rs = "0.0.459"
anyhow = "1.0.79"
serial_test = "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ regex = "1.10"

[dev-dependencies]
anyhow = "1.0.79"
env_logger = "0.10.2"
env_logger = "0.11.0"
prop-check-rs = "0.0.459"
rust_decimal = "1.33.1"
chrono = "0.4.31"
Expand Down
2 changes: 1 addition & 1 deletion toys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ repository = "https://github.com/j5ik2o/oni-comb-rs"
oni-comb-parser-rs = { version = "0.0.*", path = "../parser" }

[dev-dependencies]
env_logger = "0.10.2"
env_logger = "0.11.0"
ctor = "0.2.6"
2 changes: 1 addition & 1 deletion uri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ oni-comb-parser-rs = { version = "0.0.*", path = "../parser" }

[dev-dependencies]
log = "0.4.20"
env_logger = "0.10.2"
env_logger = "0.11.0"
ctor = "0.2.6"
rand = "0.8.5"
prop-check-rs = "0.0.459"
Expand Down

0 comments on commit 812a39b

Please sign in to comment.