Further upgrade all libs except zeroize
zeroize has to be kept at 1.3.0 for now to keep compatibility with another dependency of the Pod, chacha20poly1305.
Showing
+52 -61
... | ... | @@ -13,9 +13,9 @@ publish = false # Prevent accidental publishing |
[dependencies] | ||
bytes = "1.0.1" | ||
chacha20poly1305 = "0.8.0" | ||
chacha20poly1305 = "0.8.1" | ||
chrono = { version = "0.4.19", features = ["serde"] } | ||
env_logger = "0.8.4" | ||
env_logger = "0.9.0" | ||
field_count = "0.1.1" | ||
field_count_derive = "0.1.1" | ||
hex = "0.4.3" | ||
... | ... | @@ -30,12 +30,12 @@ serde = { version = "1.0.126", features = ["derive"] } |
serde_json = "1.0.64" | ||
sha2 = "0.9.5" | ||
structopt = { version = "0.3.22", features = ["color", "suggestions"] } | ||
tokio = { version = "1.8.1", features = ["full"] } | ||
tokio = { version = "1.9.0", features = ["full"] } | ||
warp = { version = "0.3.1", default-features = false, features = ["tls"] } | ||
zeroize = "1.3.0" | ||
[dev-dependencies] | ||
criterion = "0.3.4" | ||
criterion = "0.3.5" | ||
[profile.release] | ||
... | ... |
Please register or sign in to comment