Skip to content

Commit 4088937

Browse files
tisonkunGeorge-Miao
authored andcommitted
build(deps): upgrade crc32c to 0.6.6 for nightly toolchain (apache#4650)
build(deps): upgrade crc32c to 0.6.5 for nightly toolchain Signed-off-by: tison <wander4096@gmail.com>
1 parent 6fc45f2 commit 4088937

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ surrealdb = { version = "1.3.0", optional = true, features = ["protocol-http"] }
336336
# for services-compfs
337337
compio = { version = "0.10.0", optional = true, features = ["runtime", "bytes", "polling"] }
338338
# for services-s3
339-
crc32c = { version = "0.6.5", optional = true }
339+
crc32c = { version = "0.6.6", optional = true }
340340

341341
# Layers
342342
# for layers-async-backtrace

core/src/types/buffer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ use bytes::Bytes;
3434
use bytes::BytesMut;
3535
use futures::Stream;
3636

37-
/// Buffer is a wrapper of contiguous `Bytes` and non contiguous `[Bytes]`.
37+
/// Buffer is a wrapper of contiguous `Bytes` and non-contiguous `[Bytes]`.
3838
///
3939
/// We designed buffer to allow underlying storage to return non-contiguous bytes. For example,
4040
/// http based storage like s3 could generate non-contiguous bytes by stream.

0 commit comments

Comments
 (0)