Skip to content

Commit

Permalink
Update Rust crate log to 0.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Feb 29, 2024
1 parent 051c9d8 commit a527ed2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/cargo-hakari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ enable-ansi-support = "0.2.1"
env_logger = "0.11.2"
guppy = { version = "0.17.5", path = "../../guppy" }
hakari = { version = "0.17.2", path = "../hakari", features = ["cli-support"] }
log = "0.4.20"
log = "0.4.21"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
supports-color = "1.3.1"
guppy-workspace-hack.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ clap = { version = "4.4.18", features = ["derive"] }
clap_builder = { version = "4.4.18", default-features = false, features = ["color", "help", "std", "suggestions", "usage"] }
getrandom = { version = "0.2.12", default-features = false, features = ["std"] }
indexmap = { version = "1.9.3", default-features = false, features = ["std"] }
log = { version = "0.4.20", default-features = false, features = ["std"] }
log = { version = "0.4.21", default-features = false, features = ["std"] }
num-traits = { version = "0.2.17", features = ["libm"] }
owo-colors = { version = "3.5.0", default-features = false, features = ["supports-colors"] }
petgraph = { version = "0.6.4", default-features = false, features = ["graphmap"] }
Expand Down

0 comments on commit a527ed2

Please sign in to comment.