Skip to content

Commit 3cd64ac

Browse files
dependabot[bot]bnjbvr
authored andcommitted
chore(deps): Bump tokio from 1.43.0 to 1.43.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 44e103c commit 3cd64ac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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
@@ -86,7 +86,7 @@ similar-asserts = "1.6.1"
8686
stream_assert = "0.1.1"
8787
tempfile = "3.16.0"
8888
thiserror = "2.0.11"
89-
tokio = { version = "1.43.0", default-features = false, features = ["sync"] }
89+
tokio = { version = "1.43.1", default-features = false, features = ["sync"] }
9090
tokio-stream = "0.1.17"
9191
tracing = { version = "0.1.40", default-features = false, features = ["std"] }
9292
tracing-core = "0.1.32"

bindings/matrix-sdk-crypto-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ workspace = true
5353
features = ["crypto-store"]
5454

5555
[dependencies.tokio]
56-
version = "1.33.0"
56+
version = "1.43.1"
5757
default-features = false
5858
features = ["rt-multi-thread"]
5959

0 commit comments

Comments
 (0)