diff --git a/Cargo.toml b/Cargo.toml index 10a9cba..af2fba5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "borgbackup" -version = "0.7.0" +version = "0.8.0" edition = "2021" license = "MPL-2.0" repository = "https://github.com/myOmikron/borgbackup" @@ -17,7 +17,7 @@ serde_json = { version = "~1" } chrono = { version = ">=0.4.22", default-features = false, features = ["serde"] } # Posix command splitting and joining support -shlex = { version = "~1" } +shlex = { version = ">=1.3.0" } # Logging facade log = { version = "~0.4" }