Skip to content

Commit 652709c

Browse files
build(deps): bump tokio from 1.39.3 to 1.43.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.3 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.39.3...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 869d65e commit 652709c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aw-client-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ serde = "1.0"
1111
serde_json = "1.0"
1212
chrono = { version = "0.4", features = ["serde"] }
1313
aw-models = { path = "../aw-models" }
14-
tokio = { version = "1.28.2", features = ["rt"] }
14+
tokio = { version = "1.43.1", features = ["rt"] }
1515

1616
[dev-dependencies]
1717
aw-datastore = { path = "../aw-datastore" }

0 commit comments

Comments
 (0)