diff --git a/Cargo.toml b/Cargo.toml index a135f5e..9ba0ba4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tokio = { version = "1.48.0", features = [ ] } tokio-util = { version = "0.7.19", features = ["rt"] } clap = { version = "4.5.53", features = ["derive", "env"] } -self_update = { version = "0.42.0", default-features = false, features = [ +self_update = { version = "0.44.0", default-features = false, features = [ "rustls", "archive-tar", "compression-flate2",