Skip to content

Commit 54c92e3

Browse files
authored
Merge pull request #123 from jrawsthorne/dependabot/cargo/crc32fast-1.4.0
Bump crc32fast from 1.3.2 to 1.4.0
2 parents 7bf038c + 04c3c22 commit 54c92e3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

couchstore/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
byteorder = "1.5.0"
1010
bitflags = "2.4.2"
1111
crc32c = "0.6.4"
12-
crc32fast = "1.3.2"
12+
crc32fast = "1.4.0"
1313
hex = "0.4.3"
1414
num_enum = "0.7.2"
1515
serde = { version = "1.0.197", features = ["derive"] }

ep_engine/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ dashmap = "5.5.3"
1313
rand = "0.8.5"
1414
byteorder = "1.5.0"
1515
bitflags = "2.4.2"
16-
crc32fast = "1.3.2"
16+
crc32fast = "1.4.0"
1717
memcached_codec = { path = "../memcached_codec" }

kv_engine/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ memcached_codec = { path = "../memcached_codec" }
1010
tokio-util = { version = "0.7.10", features = ["codec"] }
1111
bytes = "1.5.0"
1212
tracing = "0.1.40"
13-
crc32fast = "1.3.2"
13+
crc32fast = "1.4.0"
1414
couchstore = { path = "../couchstore" }
1515
serde = { version = "1.0.197", features = ["derive"] }
1616
serde_json = "1.0.111"

0 commit comments

Comments
 (0)