Skip to content

Commit

Permalink
chore(deps): Bump serde_yaml from 0.9.22 to 0.9.24
Browse files Browse the repository at this point in the history
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.22 to 0.9.24.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](dtolnay/serde-yaml@0.9.22...0.9.24)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 18, 2023
1 parent 0ebe7a7 commit 0d12383
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ serde-toml-merge = { version = "0.3.0", default-features = false }
serde_bytes = { version = "0.11.12", default-features = false, features = ["std"], optional = true }
serde_json = { version = "1.0.103", default-features = false, features = ["raw_value"] }
serde_with = { version = "3.0.0", default-features = false, features = ["macros", "std"] }
serde_yaml = { version = "0.9.22", default-features = false }
serde_yaml = { version = "0.9.24", default-features = false }

# Messagepack
rmp-serde = { version = "1.1.1", default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion vdev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ regex = { version = "1.9.1", default-features = false, features = ["std", "perf"
reqwest = { version = "0.11", features = ["json", "blocking"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.103"
serde_yaml = "0.9.22"
serde_yaml = "0.9.24"
sha2 = "0.10.7"
tempfile = "3.6.0"
toml = { version = "0.7.6", default-features = false, features = ["parse"] }

0 comments on commit 0d12383

Please sign in to comment.