Skip to content

Commit 6d8ec8d

Browse files
Bump tokio from 1.48.0 to 1.49.0 in the dependencies group (#284)
Bumps the dependencies group with 1 update: [tokio](https://github.com/tokio-rs/tokio). Updates `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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 94225b9 commit 6d8ec8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ hex = "0.4.3"
8080
hex-literal = "1.1.0"
8181
lazy_static = "1.5"
8282
proptest = "1.9.0"
83-
tokio = { version = "1.48", features = ["macros", "rt-multi-thread"] }
83+
tokio = { version = "1.49", features = ["macros", "rt-multi-thread"] }
8484
uniffi_bindgen = "0.29.2"
8585
z85 = "3.0.6"
8686

0 commit comments

Comments
 (0)