Skip to content

Commit 580b084

Browse files
chore(deps): Bump tokio from 1.38.0 to 1.38.2 in /rust/cubesqlplanner
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.38.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.38.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 580b084

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rust/cubesqlplanner/Cargo.lock

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

rust/cubesqlplanner/cubesqlplanner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
datafusion = { git = 'https://github.com/cube-js/arrow-datafusion.git', rev = "1a612fc26f762f3837ecf26df2e83ba38f11a8a2", default-features = false, features = ["regex_expressions", "unicode_expressions"] }
10-
tokio = { version = "^1.35", features = ["full", "rt", "tracing"] }
10+
tokio = { version = "^1.38", features = ["full", "rt", "tracing"] }
1111
itertools = "0.10.2"
1212
cubeclient = { path = "../../cubesql/cubeclient" }
1313
nativebridge = { path = "../nativebridge/" }

0 commit comments

Comments
 (0)