mirror of
https://github.com/TeamPiped/region-restriction-checker.git
synced 2024-08-14 23:57:10 +00:00
Update Rust crate tokio to 1.25.0
This commit is contained in:
parent
fe8d65a914
commit
7217adea4e
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1293,9 +1293,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.24.2"
|
version = "1.25.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb"
|
checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"autocfg",
|
"autocfg",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
|
|
@ -14,4 +14,4 @@ regex = "1.7.1"
|
||||||
reqwest = { version = "0.11.14", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] }
|
reqwest = { version = "0.11.14", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] }
|
||||||
serde = {version = "1.0.152", default-features = false, features = ["derive"]}
|
serde = {version = "1.0.152", default-features = false, features = ["derive"]}
|
||||||
serde_json = "1.0.91"
|
serde_json = "1.0.91"
|
||||||
tokio = { version = "1.24.2", features = ["full"] }
|
tokio = { version = "1.25.0", features = ["full"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue