Skip to content

Commit

Permalink
Merge pull request #270 from nix-community/renovate/all
Browse files Browse the repository at this point in the history
fix(deps): update rust crate anyhow to 1.0.76
  • Loading branch information
nikstur authored Dec 25, 2023
2 parents 9186a77 + 872f9f3 commit 4703218
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rust/tool/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 rust/tool/systemd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.76"
base32ct = { version = "0.2.0", features = ["alloc"] }
stderrlog = "0.5.4"
log = { version = "0.4.20", features = ["std"] }
Expand Down

0 comments on commit 4703218

Please sign in to comment.