Skip to content

Commit 0cd945a

Browse files
chore(deps): bump bytes from 1.10.1 to 1.11.1
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.10.1 to 1.11.1. - [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.10.1...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9d037c commit 0cd945a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.

packages/cipherstash-proxy-integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
bytes = "1.10.1"
7+
bytes = "1.11.1"
88
cipherstash-client = { workspace = true, features = ["tokio"] }
99
cipherstash-config = "0.2.3"
1010
cipherstash-proxy = { path = "../cipherstash-proxy/" }

packages/cipherstash-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aws-lc-rs = "1.13.3"
99
bigdecimal = { version = "0.4.6", features = ["serde-json"] }
1010
blake3 = "1"
1111
arc-swap = "1.7.1"
12-
bytes = { version = "1.9", default-features = false }
12+
bytes = { version = "1.11", default-features = false }
1313
chrono = { version = "0.4.39", features = ["clock"] }
1414
cipherstash-client = { workspace = true, features = ["tokio"] }
1515
clap = { version = "4.5.31", features = ["derive", "env"] }

0 commit comments

Comments
 (0)