Skip to content

Commit

Permalink
Update Rust crate env_logger to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent a55dfce commit 6333f0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/canisters/my_example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ log = "0.4"
url = "2.2.2"

[dev-dependencies]
env_logger = "0.9.0"
env_logger = "0.10.0"
ic_test_common = { path = "../../ic_test_common" }
rstest = "0.12.0"
async-std = { version = "1.10", features = ["attributes"] }
2 changes: 1 addition & 1 deletion src/ic_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ log = "0.4"
url = "2.2.2"

[dev-dependencies]
env_logger = "0.9.0"
env_logger = "0.10.0"
rstest = "0.12.0"
2 changes: 1 addition & 1 deletion src/ic_test_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ serde = "1.0.133"
serde_bytes = "0.11"
ic_common = { path = "../ic_common" }
log = "0.4"
env_logger = "0.9.0"
env_logger = "0.10.0"
async-trait = "0.1.52"
rstest = "0.12.0"

0 comments on commit 6333f0a

Please sign in to comment.