Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent 3b85b48 commit 2ee96b1
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 @@ -203,7 +203,7 @@ serde-toml-merge = { version = "0.3.3", default-features = false }
serde_bytes = { version = "0.11.12", default-features = false, features = ["std"], optional = true }
serde_json = { version = "1.0.107", default-features = false, features = ["raw_value"] }
serde_with = { version = "3.4.0", default-features = false, features = ["macros", "std"] }
serde_yaml = { version = "0.9.25", default-features = false }
serde_yaml = { version = "0.9.27", default-features = false }

# Messagepack
rmp-serde = { version = "1.1.2", 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.10.2", default-features = false, features = ["std", "perf
reqwest = { version = "0.11", features = ["json", "blocking"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.107"
serde_yaml = "0.9.25"
serde_yaml = "0.9.27"
sha2 = "0.10.8"
tempfile = "3.8.0"
toml = { version = "0.8.5", default-features = false, features = ["parse"] }

0 comments on commit 2ee96b1

Please sign in to comment.