Skip to content

Commit 09b25f2

Browse files
dependabot[bot]clupuishere
authored andcommitted
build(deps): bump serde_yaml from 0.8.26 to 0.9.34+deprecated
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.26 to 0.9.34+deprecated. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](dtolnay/serde-yaml@0.8.26...0.9.34) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent deca88f commit 09b25f2

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

Cargo.lock

Lines changed: 11 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enclave_build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rust-version = "1.81"
1111
bollard = { version = "0.18", features = ["aws-lc-rs"] }
1212
clap = "~4.4"
1313
serde = { version = "1.0", features = ["derive"] }
14-
serde_yaml = "0.8"
14+
serde_yaml = "0.9"
1515
serde_json = "1.0"
1616
tempfile = "3.19.1"
1717
tokio = { version = "1.43", features = ["rt-multi-thread"] }

0 commit comments

Comments
 (0)