diff --git a/crates/binstalk-registry/Cargo.toml b/crates/binstalk-registry/Cargo.toml index caf6f6db..b03fb753 100644 --- a/crates/binstalk-registry/Cargo.toml +++ b/crates/binstalk-registry/Cargo.toml @@ -27,7 +27,7 @@ semver = { version = "1.0.17", features = ["serde"] } serde = { version = "1.0.163", features = ["derive"] } serde_json = "1.0.107" sha2 = "0.10.7" -simple-git = { version = "0.2.4", optional = true } +simple-git = { version = "0.2.8", optional = true } tempfile = "3.5.0" thiserror = "1.0.61" tokio = { version = "1.35.0", features = [ diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index ff3110e2..ca79334b 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -31,7 +31,7 @@ leon = "3.0.0" maybe-owned = "0.3.4" miette = "7.0.0" semver = { version = "1.0.17", features = ["serde"] } -simple-git = { version = "0.2.4", optional = true } +simple-git = { version = "0.2.8", optional = true } strum = "0.26.1" target-lexicon = { version = "0.12.11", features = ["std"] } tempfile = "3.5.0"