Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
Bump log from 0.4.20 to 0.4.22
Browse files Browse the repository at this point in the history
Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.22.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.20...0.4.22)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent ec6bb4a commit c0ab701
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 directives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ edition = "2021"

[dependencies]
anyhow = "1.0.82"
log = "0.4.20"
log = "0.4.22"
rnix = "0.10.2"
serde = { version = "1.0.199", features = [ "derive" ] }
2 changes: 1 addition & 1 deletion nix-script-haskell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
anyhow = "1.0.82"
clap = { version = "3.2.25", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
directives = { path = "../directives" }
log = "0.4.20"
log = "0.4.22"
env_logger = "0.10.2"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion nix-script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ clap = { version = "3.2.25", features = [ "std", "color", "suggestions", "derive
directories = "5.0.1"
directives = { path = "../directives" }
lazy_static = "1.4.0"
log = "0.4.20"
log = "0.4.22"
env_logger = "0.10.2"
once_cell = "1.19.0"
path-absolutize = "3.1.1"
Expand Down

0 comments on commit c0ab701

Please sign in to comment.