This commit is contained in:
Roey Darwish Dror 2022-05-15 09:28:22 +03:00 committed by GitHub
parent dcf58911bd
commit ea22811054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 377 additions and 205 deletions

574
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@ categories = ["os"]
keywords = ["upgrade", "update"]
license-file = "LICENSE"
repository = "https://github.com/r-darwish/topgrade"
version = "8.3.1"
version = "9.0.0"
authors = ["Roey Darwish Dror <roey.ghost@gmail.com>"]
exclude = ["doc/screenshot.gif"]
edition = "2018"
@ -25,7 +25,7 @@ lazy_static = "1.4.0"
chrono = "0.4.19"
pretty_env_logger = "0.4.0"
glob = "0.3.0"
strum = { version = "0.23.0", features = ["derive"] }
strum = { version = "0.24.0", features = ["derive"] }
thiserror = "1.0.24"
anyhow = "1.0.40"
tempfile = "3.2.0"
@ -39,7 +39,7 @@ sys-info = "0.9"
notify-rust = "4.5.0"
[target.'cfg(unix)'.dependencies]
nix = "0.23.0"
nix = "0.24.1"
self_update_crate = { version = "0.30.0", optional = true, package = "self_update", features = ["archive-tar", "compression-flate2", "rustls"] }
[target.'cfg(windows)'.dependencies]
@ -48,7 +48,7 @@ winapi = "0.3.9"
parselnk = "0.1.0"
[target.'cfg(target_os = "linux")'.dependencies]
rust-ini = "0.17.0"
rust-ini = "0.18.0"
[profile.release]
lto = true