Skip to content

Commit

Permalink
Bump bytes from 1.4.0 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 54ee715 commit c82022b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 kv_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
memcached_codec = { path = "../memcached_codec" }
tokio-util = { version = "0.7.8", features = ["codec"] }
bytes = "1.4.0"
bytes = "1.5.0"
tracing = "0.1.37"
crc32fast = "1.3.2"
couchstore = { path = "../couchstore" }
Expand Down
2 changes: 1 addition & 1 deletion memcached_codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
bitflags = "2.4.0"
bytes = "1.4.0"
bytes = "1.5.0"
thiserror = "1.0.48"
tokio-util = { version = "0.7.8", features = ["codec"] }
num_enum = "0.7.0"

0 comments on commit c82022b

Please sign in to comment.