Skip to content

Commit c9b3c3e

Browse files
dependabot[bot]benfdking
authored andcommitted
chore: bump tokio from 1.47.0 to 1.47.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.47.0 to 1.47.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.0...tokio-1.47.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2685778 commit c9b3c3e

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.

rust/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ pbjson-types = { version = "0.7.0", path = "../pbjson-types" }
3232
js-sys = "0.3.69"
3333

3434
[dev-dependencies]
35-
tokio = { version = "1.38.0", features = ["rt", "macros"], default-features = false }
35+
tokio = { version = "1.47.1", features = ["rt", "macros"], default-features = false }
3636
mockall = "0.13.1"

rust/wasm-binding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ serde = { version = "1.0.209", features = ["derive"] }
3838

3939
[dev-dependencies]
4040
wasm-bindgen-test = "0.3"
41-
tokio = { version = "1.38.0", features = ["rt", "macros"], default-features = false }
41+
tokio = { version = "1.47.1", features = ["rt", "macros"], default-features = false }
4242
chrono = "0.4.38"
4343

4444

0 commit comments

Comments
 (0)