Skip to content

Commit

Permalink
fix(deps): update rust crate log to 0.4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Jul 9, 2024
1 parent 5baf77c commit 939f4d0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 cargo-nextest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ enable-ansi-support = "0.2.1"
# we don't use the default formatter so we don't need default features
env_logger = { version = "0.11.3", default-features = false }
guppy = "0.17.5"
log = "0.4.21"
log = "0.4.22"
itertools = "0.12.1"
miette = { workspace = true, features = ["fancy"] }
nextest-filtering = { version = "=0.9.0", path = "../nextest-filtering" }
Expand Down
2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ humantime-serde = "1.1.1"
indicatif = "0.17.8"
is_ci = "1.2.0"
itertools = "0.12.1"
log = "0.4.21"
log = "0.4.22"
miette.workspace = true
once_cell = "1.19.0"
owo-colors = "4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ futures-channel = { version = "0.3.30", features = ["sink"] }
futures-sink = { version = "0.3.30", default-features = false, features = ["std"] }
getrandom = { version = "0.2.15", default-features = false, features = ["std"] }
indexmap = { version = "2.2.6", features = ["serde"] }
log = { version = "0.4.21", default-features = false, features = ["std"] }
log = { version = "0.4.22", default-features = false, features = ["std"] }
memchr = { version = "2.7.2" }
miette = { version = "7.2.0", features = ["fancy"] }
num-traits = { version = "0.2.19", default-features = false, features = ["libm", "std"] }
Expand Down

0 comments on commit 939f4d0

Please sign in to comment.