Skip to content

Commit

Permalink
Pinned shlex to >=1.3.0 due to RUSTSEC-2024-0006
Browse files Browse the repository at this point in the history
  • Loading branch information
myOmikron committed Jan 24, 2024
1 parent 4f2f408 commit 15a1269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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" }
Expand Down

0 comments on commit 15a1269

Please sign in to comment.