Skip to content

Commit

Permalink
Merge pull request #78 from jrawsthorne/dependabot/cargo/bytes-1.5.0
Browse files Browse the repository at this point in the history
Bump bytes from 1.4.0 to 1.5.0
  • Loading branch information
jrawsthorne authored Sep 11, 2023
2 parents 54ee715 + c82022b commit a30e77d
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 a30e77d

Please sign in to comment.