Skip to content

Commit fa03cae

Browse files
chore(deps): bump tokio from 1.48.0 to 1.49.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.48.0 to 1.49.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.49.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 633f2d4 commit fa03cae

2 files changed

Lines changed: 3 additions & 3 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.

src/libs/rust/ainari_dataset/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bincode = "2.0"
1515
bytemuck = "1.24"
1616
csv = "1.4"
1717
uuid = { version = "1.18.0", features = ["v4", "serde"] }
18-
tokio = { version = "1.48", features = ["rt-multi-thread", "macros", "fs"] }
18+
tokio = { version = "1.49", features = ["rt-multi-thread", "macros", "fs"] }
1919
# encryption
2020
openssl = "0.10"
2121
hex = "0.4"

0 commit comments

Comments
 (0)