Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2024
1 parent 7229dd8 commit 1c7b885
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
34 changes: 17 additions & 17 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 @@ -9,7 +9,7 @@ edition.workspace = true
anyhow = "1"
goblin = "0.7"
serde_json = "1"
tempfile = "3.8.1"
tempfile = "3.9.0"
bootspec = "1"
walkdir = "2"
time = "0.3"
Expand Down
8 changes: 4 additions & 4 deletions rust/tool/systemd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.76"
anyhow = "1.0.79"
base32ct = { version = "0.2.0", features = ["alloc"] }
stderrlog = "0.5.4"
log = { version = "0.4.20", features = ["std"] }
clap = { version = "4.4.11", features = ["derive"] }
clap = { version = "4.4.12", features = ["derive"] }
lanzaboote_tool = { path = "../shared" }
indoc = "2.0.4"
serde_json = "1.0.108"
serde_json = "1.0.109"
sha2 = "0.10.8"
tempfile = "3.8.1"
tempfile = "3.9.0"
nix = { version = "0.27.1", default-features = false, features = [ "fs" ] }

[dev-dependencies]
Expand Down

0 comments on commit 1c7b885

Please sign in to comment.