Skip to content

Commit d9a6a8e

Browse files
chore(deps): Bump bytes from 1.2.1 to 1.11.1 in /rust/cubesql
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.2.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.2.1...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 048dd5f commit d9a6a8e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

rust/cubesql/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.

rust/cubesql/cubesql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tokio = { version = "^1.35", features = ["full", "rt", "tracing"] }
2323
serde = { version = "^1.0", features = ["derive"] }
2424
itertools = "0.14.0"
2525
serde_json = "^1.0"
26-
bytes = "1.2"
26+
bytes = "1.11"
2727
futures = "0.3.31"
2828
rand = "0.8.3"
2929
hashbrown = "0.14.3"

rust/cubesql/pg-srv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ default = ["with-chrono"]
1616
tokio = { version = "1.0", features = ["full"] }
1717
async-trait = "0.1.36"
1818
log = "0.4"
19-
bytes = "1.2"
19+
bytes = "1.11"
2020
byteorder = "1.4"
2121
thiserror = "2"
2222
chrono = { version = "0.4", package = "chrono", default-features = false, features = [

0 commit comments

Comments
 (0)