Skip to content

Commit e261696

Browse files
Bump tokio from 1.37.0 to 1.38.0 (#1095)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.37.0 to 1.38.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.37.0...tokio-1.38.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 36509bd commit e261696

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ serde_json = "1.0"
4949
sha2 = { version = "0.10.8", features = [] }
5050
simplelog = { version = "0.12.2" }
5151
thiserror = "1.0.61"
52-
tokio = { version = "1.37.0", features = ["rt-multi-thread", "time", "sync"] }
52+
tokio = { version = "1.38.0", features = ["rt-multi-thread", "time", "sync"] }
5353
uniffi = "0.27.0"
5454
uuid = { version = "1.8.0", features = ["v5"] }
5555

0 commit comments

Comments
 (0)