Skip to content

Commit

Permalink
build(deps): bump serde from 1.0.210 to 1.0.215 in /src/enclave-agent
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.210 to 1.0.215.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.215)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent 740be9e commit 4f8b52b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
62 changes: 31 additions & 31 deletions src/enclave-agent/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/enclave-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ image-rs = { git = "https://github.com/confidential-containers/guest-components.
kata-sys-util = { git = "https://github.com/kata-containers/kata-containers", tag = "3.10.1" }
log = "0.4.22"
protocols = { path = "../libs/protocols" }
serde = "1.0.210"
serde = "1.0.215"
serde_json = "1.0.132"

# Async runtime
Expand Down

0 comments on commit 4f8b52b

Please sign in to comment.