Skip to content

Commit

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

---
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] committed Jun 26, 2024
1 parent a9279fe commit e6e760c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -49,7 +49,7 @@ pyo3 = { version = "^0.22.0", default-features = false, features = ["extension-m
rmp = { version = "^0.8.14", default-features = false, features = ["std"] }
rmp-serde = { version = "1", default-features = false }
serde = { version = "1", default-features = false }
serde_bytes = { version = "0.11.14", default-features = false, features = ["std"] }
serde_bytes = { version = "0.11.15", default-features = false, features = ["std"] }
smallvec = { version = "^1.13", default-features = false, features = ["union", "write"] }

[build-dependencies]
Expand Down

0 comments on commit e6e760c

Please sign in to comment.