Skip to content

Commit c98fcf9

Browse files
dependabot[bot]gx0r
authored andcommitted
Bump tokio from 1.42.0 to 1.43.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 30e1807 commit c98fcf9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.

axum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lazy_static = "^1.4"
1010
reverse_geocoder = { path = "../reverse-geocoder" }
1111
serde = { version = "1.0", features = ["derive"] }
1212
serde_json = "^1.0"
13-
tokio = { version = "^1.38.0", features = ["full"] }
13+
tokio = { version = "^1.43.1", features = ["full"] }
1414
tracing = "^0.1.40"
1515
tracing-subscriber = { version = "^0.3.18", features = ["env-filter"] }
1616

warp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ reverse_geocoder = { path = "../reverse-geocoder" }
1010
serde = "^1.0"
1111
serde_derive = "^1.0"
1212
time = "^0.3.7"
13-
tokio = { version = "1.25.0", features = ["full"] }
13+
tokio = { version = "1.43.1", features = ["full"] }
1414
warp = "0.3.3"
1515

1616
[dev-dependencies]

0 commit comments

Comments
 (0)