feat: bump deps to most up to date without code modification

Use cargo-cargo upgrade and then manually checking the breaking change version that can be applied without modification on the code.
This commit is contained in:
Louis-Marie Baer 2024-02-26 19:38:37 +01:00
parent 55baa7054e
commit 2e51b312a4
2 changed files with 1780 additions and 1311 deletions

3047
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -26,15 +26,15 @@ default = []
distro = [] distro = []
[dependencies] [dependencies]
anyhow = "1.0.71" anyhow = "1.0.80"
arti-client = { version = "0.9.0", features = ["static"] } arti-client = { version = "0.14.0", features = ["static"] }
arti-hyper = "0.9.0" arti-hyper = "0.14.0"
benri = "0.1.12" benri = "0.1.12"
bytes = "1.4.0" bytes = "1.5.0"
dirs = "5.0.1" dirs = "5.0.1"
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
egui = "0.24.1" egui = "0.24.1"
egui_extras = { version = "0.24.1", features = ["image"] } egui_extras = { version = "0.24.2", features = ["image"] }
## 2023-12-28: https://github.com/hinto-janai/gupax/issues/68 ## 2023-12-28: https://github.com/hinto-janai/gupax/issues/68
eframe = { version = "0.24.1", default-features = false, features = ["glow"] } eframe = { version = "0.24.1", default-features = false, features = ["glow"] }
@ -52,33 +52,33 @@ eframe = { version = "0.24.1", default-features = false, features = ["glow"] }
#egui_glow = { path = "external/egui/crates/egui_glow"} #egui_glow = { path = "external/egui/crates/egui_glow"}
#egui_extras = { path = "external/egui/crates/egui_extras", features = ["image"] } #egui_extras = { path = "external/egui/crates/egui_extras", features = ["image"] }
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
env_logger = "0.10.0" env_logger = "0.10.2"
figment = { version = "0.10.9", features = ["toml"] } figment = { version = "0.10.14", features = ["toml"] }
hyper = "0.14.26" hyper = "0.14.28"
hyper-tls = "0.5.0" hyper-tls = "0.5.0"
image = { version = "0.24.6", features = ["png"] } image = { version = "0.24.9", features = ["png"] }
log = "0.4.18" log = "0.4.20"
num-format = { version = "0.4.4", default-features = false } num-format = { version = "0.4.4", default-features = false }
once_cell = "1.17.2" once_cell = "1.19.0"
portable-pty = "0.8.1" portable-pty = "0.8.1"
rand = "0.8.5" rand = "0.8.5"
regex = { version = "1.8.3", default-features = false, features = ["perf"] } regex = { version = "1.10.3", default-features = false, features = ["perf"] }
rfd = "0.11.4" rfd = "0.14.0"
serde = { version = "1.0.163", features = ["rc", "derive"] } serde = { version = "1.0.197", features = ["rc", "derive"] }
serde_json = "1.0" serde_json = "1.0"
sysinfo = { version = "0.29.0", default-features = false } sysinfo = { version = "0.29.11", default-features = false }
tls-api = "0.9.0" tls-api = "0.9.0"
tokio = { version = "1.21.2", features = ["rt", "time", "macros", "process"] } tokio = { version = "1.36.0", features = ["rt", "time", "macros", "process"] }
toml = { version = "0.7.4", features = ["preserve_order"] } toml = { version = "0.8.10", features = ["preserve_order"] }
tor-rtcompat = "0.9.0" tor-rtcompat = "0.10.0"
walkdir = "2.3.3" walkdir = "2.4.0"
zeroize = "1.6.0" zeroize = "1.7.0"
strsim = "0.10.0" strsim = "0.11.0"
strip-ansi-escapes = "0.2.0" strip-ansi-escapes = "0.2.0"
# Unix dependencies # Unix dependencies
[target.'cfg(unix)'.dependencies] [target.'cfg(unix)'.dependencies]
tar = "0.4.38" tar = "0.4.40"
flate2 = "1.0" flate2 = "1.0"
sudo = "0.6.0" sudo = "0.6.0"