Skip to content

Commit

Permalink
Bump log from 0.4.22 to 0.4.25
Browse files Browse the repository at this point in the history
Bumps [log](https://github.com/rust-lang/log) from 0.4.22 to 0.4.25.
- [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.22...0.4.25)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 3895569 commit 14a3a15
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 nix-script-directives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.95"
log = "0.4.22"
log = "0.4.25"
rnix = "0.12.0"
rowan = "0.15.16"
serde = { version = "1.0.217", 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 @@ -7,7 +7,7 @@ edition = "2021"
anyhow = "1.0.95"
clap = { version = "4.5.26", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
nix-script-directives = { path = "../nix-script-directives" }
log = "0.4.22"
log = "0.4.25"
env_logger = "0.11.6"

[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 @@ -10,7 +10,7 @@ directories = "6.0.0"
env_logger = "0.11.6"
fs2 = "0.4.3"
lazy_static = "1.5.0"
log = "0.4.22"
log = "0.4.25"
nix-script-directives = { path = "../nix-script-directives" }
once_cell = "1.20.2"
path-absolutize = "3.1.1"
Expand Down

0 comments on commit 14a3a15

Please sign in to comment.