Skip to content

Commit 2fe00c3

Browse files
build(deps): bump serde_yaml from 0.8.13 to 0.9.25
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.13 to 0.9.25. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](dtolnay/serde-yaml@0.8.13...0.9.25) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f40c743 commit 2fe00c3

File tree

2 files changed

+54
-40
lines changed

2 files changed

+54
-40
lines changed

Cargo.lock

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

src/vtok_agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lazy_static = "1.4.0"
1414
log = { version = "0.4.8", features = ["std"] }
1515
nix = "0.20"
1616
serde = { version = "1.0", features = ["derive"] }
17-
serde_yaml = "0.8"
17+
serde_yaml = "0.9"
1818
serde_json = "1.0"
1919
vtok_common = { path = "../vtok_common" }
2020
vtok_rpc = { path = "../vtok_rpc" }

0 commit comments

Comments
 (0)