mirror of
https://github.com/TeamPiped/region-restriction-checker.git
synced 2024-12-13 22:00:36 +05:30
Update Rust crate tokio to 1.29.1
This commit is contained in:
parent
6ea6b51779
commit
67c65def1e
@ -14,4 +14,4 @@ regex = "1.8.4"
|
||||
reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] }
|
||||
serde = {version = "1.0.164", default-features = false, features = ["derive"]}
|
||||
serde_json = "1.0.99"
|
||||
tokio = { version = "1.29.0", features = ["full"] }
|
||||
tokio = { version = "1.29.1", features = ["full"] }
|
||||
|
Loading…
Reference in New Issue
Block a user