diff --git a/Cargo.toml b/Cargo.toml index 8b55301..54d1d09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" name = "ssh2-config" readme = "README.md" repository = "https://github.com/veeso/ssh2-config" -version = "0.2.3" +version = "0.2.4" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -19,13 +19,13 @@ version = "0.2.3" bitflags = "^2" dirs = "^5" thiserror = "^2" -wildmatch = "^2.1" +wildmatch = "^2" [dev-dependencies] -pretty_assertions = "^1.0.0" -rpassword = "^7.2.0" +pretty_assertions = "^1" +rpassword = "^7" ssh2 = "^0.9.0" -tempfile = "^3.2.0" +tempfile = "^3" [[example]] name = "client"