Skip to content

Commit 1128843

Browse files
chore(deps): bump bytes in the cargo group across 1 directory
Bumps the cargo group with 1 update in the / directory: [bytes](https://github.com/tokio-rs/bytes). Updates `bytes` from 1.11.0 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.11.0...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 30d5deb commit 1128843

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Cargo.lock

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

crates/shadowsocks-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ arc-swap = "1.7"
130130

131131
spin = { version = "0.10" }
132132
lru_time_cache = "0.11"
133-
bytes = "1.7"
133+
bytes = "1.11"
134134
byte_string = "1.0"
135135
byteorder = "1.5"
136136
rand = { version = "0.9", features = ["small_rng"] }

crates/shadowsocks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ security-replay-attack-detect = ["bloomfilter"]
5252
log = "0.4"
5353

5454
libc = "~0.2.141"
55-
bytes = "1.7"
55+
bytes = "1.11"
5656
cfg-if = "1"
5757
byte_string = "1.0"
5858
base64 = "0.22"

0 commit comments

Comments
 (0)