mirror of https://github.com/MingweiSamuel/Riven
reqwest-0.12
parent
3d408d99ba
commit
35ec66e636
|
@ -47,7 +47,7 @@ futures = "0.3"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
num_enum = "0.5"
|
num_enum = "0.5"
|
||||||
parking_lot = "0.12"
|
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 }
|
scan_fmt = { version = "0.2", default-features = false }
|
||||||
serde = { version = "1.0", features = [ "derive" ] }
|
serde = { version = "1.0", features = [ "derive" ] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
|
@ -70,7 +70,7 @@ tracing = "0.1"
|
||||||
tracing-subscriber = "0.2"
|
tracing-subscriber = "0.2"
|
||||||
|
|
||||||
[target.'cfg(not(target_family = "wasm"))'.dev-dependencies]
|
[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 = { version = "1", features = [ "macros", "rt-multi-thread" ] }
|
||||||
tokio-shared-rt = "0.1"
|
tokio-shared-rt = "0.1"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue