Skip to content

Commit

Permalink
Merge pull request #446 from confidential-containers/dependabot/cargo…
Browse files Browse the repository at this point in the history
…/src/runtime-boot/init/serde-1.0.209

build(deps): bump serde from 1.0.204 to 1.0.209 in /src/runtime-boot/init
  • Loading branch information
mythi authored Aug 29, 2024
2 parents de1bae6 + 961c4e6 commit 33311a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/runtime-boot/init/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 src/runtime-boot/init/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[dependencies]
libc = "0.2.155"
serde = { version = "1.0.204", features = ["derive"] }
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.125"
nix = { version = "0.29.0", features = ["mount"] }
anyhow = { version = "1.0", default-features = false }

0 comments on commit 33311a8

Please sign in to comment.