Skip to content

Commit

Permalink
Update Rust crate log to 0.4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Oct 2, 2023
1 parent 209f050 commit 3a281a0
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.9.3"
guppy = { version = "0.17.1", path = "../../guppy" }
hakari = { version = "0.16.0", path = "../hakari", features = ["cli-support"] }
log = "0.4.19"
log = "0.4.20"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
supports-color = "1.3.1"
guppy-workspace-hack = { version = "0.1", path = "../../workspace-hack" }
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clap = { version = "4.3.19", features = ["derive"] }
clap_builder = { version = "4.3.19", default-features = false, features = ["color", "help", "std", "suggestions", "usage"] }
indexmap = { version = "1.9.3", default-features = false, features = ["std"] }
libc = { version = "0.2.147" }
log = { version = "0.4.19", default-features = false, features = ["std"] }
log = { version = "0.4.20", default-features = false, features = ["std"] }
memchr = { version = "2.5.0" }
num-traits = { version = "0.2.16", features = ["libm"] }
owo-colors = { version = "3.5.0", default-features = false, features = ["supports-colors"] }
Expand Down

0 comments on commit 3a281a0

Please sign in to comment.