Upgrade the incompatible versions of the dependencies

This commit is contained in:
Kerollmops 2023-04-11 15:55:23 +02:00 committed by Clément Renault
parent 2d8060df80
commit a109802d45
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
5 changed files with 73 additions and 43 deletions

View file

@ -28,7 +28,7 @@ crossbeam-channel = "0.5.8"
deserr = "0.5.0"
dump = { path = "../dump" }
either = "1.8.1"
env_logger = "0.9.3"
env_logger = "0.10.0"
file-store = { path = "../file-store" }
flate2 = "1.0.25"
fst = "0.4.7"
@ -66,14 +66,14 @@ sha2 = "0.10.6"
siphasher = "0.3.10"
slice-group-by = "0.3.0"
static-files = { version = "0.2.3", optional = true }
sysinfo = "0.26.9"
sysinfo = "0.28.4"
tar = "0.4.38"
tempfile = "3.5.0"
thiserror = "1.0.40"
time = { version = "0.3.20", features = ["serde-well-known", "formatting", "parsing", "macros"] }
tokio = { version = "1.27.0", features = ["full"] }
tokio-stream = "0.1.12"
toml = "0.5.11"
toml = "0.7.3"
uuid = { version = "1.3.1", features = ["serde", "v4"] }
walkdir = "2.3.3"
yaup = "0.2.1"
@ -96,7 +96,7 @@ yaup = "0.2.1"
[build-dependencies]
anyhow = { version = "1.0.70", optional = true }
cargo_toml = { version = "0.14.1", optional = true }
cargo_toml = { version = "0.15.2", optional = true }
hex = { version = "0.4.3", optional = true }
reqwest = { version = "0.11.16", features = ["blocking", "rustls-tls"], default-features = false, optional = true }
sha-1 = { version = "0.10.1", optional = true }