Skip to content

Commit

Permalink
chore(deps): Update Rust crate env_logger to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 10, 2023
1 parent 01287dc commit 7e66595
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.75"

[dev-dependencies]
env_logger = "0.10.0"
env_logger = "0.10.1"
ctor = "0.2.5"
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.75"
[dev-dependencies]
ctor = "0.2.5"
rand = "0.8.5"
env_logger = "0.10.0"
env_logger = "0.10.1"
prop-check-rs = "0.0.389"
anyhow = "1.0.75"
serial_test = "2.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.75"
env_logger = "0.10.0"
env_logger = "0.10.1"
prop-check-rs = "0.0.389"
rust_decimal = "1.32.0"
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.0"
env_logger = "0.10.1"
ctor = "0.2.5"
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.0"
env_logger = "0.10.1"
ctor = "0.2.5"
rand = "0.8.5"
prop-check-rs = "0.0.389"
Expand Down

0 comments on commit 7e66595

Please sign in to comment.