Skip to content

Commit e10b4f0

Browse files
authored
build(deps): update tokio dependency version to 1.52.1
1 parent 78c3999 commit e10b4f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ abi3-py313 = ["pyo3/abi3-py313"]
2828
abi3-py314 = ["pyo3/abi3-py314"]
2929

3030
[dependencies]
31-
tokio = { version = "1.51.0", features = ["sync"] }
31+
tokio = { version = "1.52.1", features = ["sync"] }
3232
tokio-util = "0.7.18"
3333
pyo3 = { version = "0.28.3", features = [
3434
"indexmap",
@@ -88,4 +88,4 @@ strip = true
8888

8989
[patch.crates-io]
9090
wreq = { git = "https://github.com/0x676e67/wreq" }
91-
wreq-util = { git = "https://github.com/0x676e67/wreq-util" }
91+
wreq-util = { git = "https://github.com/0x676e67/wreq-util" }

0 commit comments

Comments
 (0)