Skip to content

Commit

Permalink
chore(deps): Bump serde_bytes from 0.11.9 to 0.11.11
Browse files Browse the repository at this point in the history
Bumps [serde_bytes](https://github.com/serde-rs/bytes) from 0.11.9 to 0.11.11.
- [Release notes](https://github.com/serde-rs/bytes/releases)
- [Commits](serde-rs/bytes@0.11.9...0.11.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 7, 2023
1 parent f74d5dd commit 856008a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 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 @@ -196,7 +196,7 @@ tower-http = { version = "0.4.1", default-features = false, features = ["decompr
# Serde
serde = { version = "1.0.164", default-features = false, features = ["derive"] }
serde-toml-merge = { version = "0.3.0", default-features = false }
serde_bytes = { version = "0.11.9", default-features = false, features = ["std"], optional = true }
serde_bytes = { version = "0.11.11", default-features = false, features = ["std"], optional = true }
serde_json = { version = "1.0.99", default-features = false, features = ["raw_value"] }
serde_with = { version = "2.3.2", default-features = false, features = ["macros", "std"] }
serde_yaml = { version = "0.9.22", default-features = false }
Expand Down

0 comments on commit 856008a

Please sign in to comment.