Update dependencies
This commit is contained in:
@@ -10,20 +10,18 @@ path = "src/httpret.rs"
|
||||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
http = "0.2"
|
||||
url = "2.2"
|
||||
tokio = { version = "1.23.0", features = ["rt-multi-thread", "io-util", "net", "time", "sync", "fs"] }
|
||||
http = "0.2.9"
|
||||
url = "2.4.0"
|
||||
hyper = { version = "0.14", features = ["http1", "http2", "client", "server", "tcp", "stream"] }
|
||||
bytes = "1.3.0"
|
||||
bytes = "1.4.0"
|
||||
futures-util = "0.3.14"
|
||||
tracing = "0.1"
|
||||
tracing-futures = "0.2"
|
||||
async-channel = "1.8.0"
|
||||
itertools = "0.10.1"
|
||||
async-channel = "1.9.0"
|
||||
itertools = "0.11.0"
|
||||
chrono = "0.4.23"
|
||||
scylla = "0.8.1"
|
||||
md-5 = "0.10"
|
||||
regex = "1.7"
|
||||
md-5 = "0.10.5"
|
||||
regex = "1.9.3"
|
||||
err = { path = "../err" }
|
||||
netpod = { path = "../netpod" }
|
||||
query = { path = "../query" }
|
||||
|
||||
Reference in New Issue
Block a user