mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-26 02:46:31 +00:00
reqwest-0.12
This commit is contained in:
parent
3d408d99ba
commit
35ec66e636
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ futures = "0.3"
|
|||
log = "0.4"
|
||||
num_enum = "0.5"
|
||||
parking_lot = "0.12"
|
||||
reqwest = { version = "0.11", default-features = false, features = [ "gzip", "json" ] }
|
||||
reqwest = { version = "0.12.0", default-features = false, features = [ "gzip", "json" ] }
|
||||
scan_fmt = { version = "0.2", default-features = false }
|
||||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
serde_json = "1.0"
|
||||
|
@ -70,7 +70,7 @@ tracing = "0.1"
|
|||
tracing-subscriber = "0.2"
|
||||
|
||||
[target.'cfg(not(target_family = "wasm"))'.dev-dependencies]
|
||||
hyper = { version = "0.14", features = [ "server" ] }
|
||||
hyper = { version = "1.2.0", features = [ "server" ] }
|
||||
tokio = { version = "1", features = [ "macros", "rt-multi-thread" ] }
|
||||
tokio-shared-rt = "0.1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue