Don't shorten dependency versions, turned out this is pointless
parent
dac223efde
commit
3b8a58df1d
20
Cargo.toml
20
Cargo.toml
|
@ -9,16 +9,16 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
|
||||
base64 = "0.12"
|
||||
blake3 = "0.3"
|
||||
futures = "0.3"
|
||||
http = "0.2"
|
||||
hyper = "0.13"
|
||||
lazy_static = "1.4"
|
||||
percent-encoding = "2.1"
|
||||
regex = "1"
|
||||
base64 = "0.12.3"
|
||||
blake3 = "0.3.7"
|
||||
futures = "0.3.7"
|
||||
http = "0.2.1"
|
||||
hyper = "0.13.8"
|
||||
lazy_static = "1.4.0"
|
||||
percent-encoding = "2.1.0"
|
||||
regex = "1.4.1"
|
||||
reqwest = { version = "0.10.8", features = ["stream"] }
|
||||
rmp-serde = "0.14.4"
|
||||
serde = {version = "1.0", features = ["derive"]}
|
||||
tokio = { version = "0.2", features = ["full"] }
|
||||
serde = {version = "1.0.117", features = ["derive"]}
|
||||
tokio = { version = "0.2.22", features = ["full"] }
|
||||
ulid = "0.4.1"
|
||||
|
|
Loading…
Reference in New Issue