Skip to content

Commit

Permalink
Merge pull request #331 from nix-community/renovate/all
Browse files Browse the repository at this point in the history
fix(deps): update all dependencies
  • Loading branch information
blitz authored Mar 26, 2024
2 parents d67e1cc + 5a3b42c commit df7ac26
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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/shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ time = "0.3"
sha2 = "0.10"
# Keep the fastrand version aligned with the one from tempfile to avoid two
# different versions.
fastrand = "2.0.1"
fastrand = "2.0.2"
log = { version = "0.4", features = ["std"] }
4 changes: 2 additions & 2 deletions rust/tool/systemd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ anyhow = "1.0.81"
base32ct = { version = "0.2.0", features = ["alloc"] }
stderrlog = "0.6.0"
log = { version = "0.4.21", features = ["std"] }
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.4", features = ["derive"] }
lanzaboote_tool = { path = "../shared" }
indoc = "2.0.4"
indoc = "2.0.5"
serde_json = "1.0.114"
sha2 = "0.10.8"
tempfile = "3.10.1"
Expand Down

0 comments on commit df7ac26

Please sign in to comment.