Skip to content

Commit 4c50a2d

Browse files
chore(deps): Bump tokio from 1.35.0 to 1.38.2 in /rust/cubesql
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.35.0 to 1.38.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.35.0...tokio-1.38.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.38.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 452633c commit 4c50a2d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

rust/cubesql/Cargo.lock

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

rust/cubesql/cubeclient/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ url = "^2.2"
1616
reqwest-middleware = { version = "0.3.2", features = ["json"] }
1717
anyhow = "1.0"
1818
async-trait = "0.1.51"
19-
tokio = { version = "1.6", features = ["time"] }
19+
tokio = { version = "1.38", features = ["time"] }
2020
uuid = { version = "1", features = ["v4"] }
2121
log = "0.4"
2222

rust/cubesql/cubesql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cubeclient = { path = "../cubeclient" }
1919
pg-srv = { path = "../pg-srv" }
2020
sqlparser = { git = 'https://github.com/cube-js/sqlparser-rs.git', rev = "6a54d27d3b75a04b9f9cbe309a83078aa54b32fd" }
2121
base64 = "0.13.0"
22-
tokio = { version = "^1.35", features = ["full", "rt", "tracing"] }
22+
tokio = { version = "^1.38", features = ["full", "rt", "tracing"] }
2323
serde = { version = "^1.0", features = ["derive"] }
2424
itertools = "0.14.0"
2525
serde_json = "^1.0"

rust/cubesql/pg-srv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ with-chrono = ["chrono"]
1313
default = ["with-chrono"]
1414

1515
[dependencies]
16-
tokio = { version = "1.0", features = ["full"] }
16+
tokio = { version = "1.38", features = ["full"] }
1717
async-trait = "0.1.36"
1818
log = "0.4"
1919
bytes = "1.2"

0 commit comments

Comments
 (0)