From 5341d050b936d2ba7d0f7ac56f97eb7abf8a035d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 13:07:50 +0000 Subject: [PATCH] release: simple-git v0.2.1 (#1557) chore: Release Co-authored-by: github-actions --- Cargo.lock | 2 +- crates/binstalk-registry/Cargo.toml | 2 +- crates/binstalk/Cargo.toml | 2 +- crates/simple-git/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e82524c..f33b8883 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3437,7 +3437,7 @@ dependencies = [ [[package]] name = "simple-git" -version = "0.2.0" +version = "0.2.1" dependencies = [ "compact_str", "derive_destructure2", diff --git a/crates/binstalk-registry/Cargo.toml b/crates/binstalk-registry/Cargo.toml index dd9c094e..a96127f2 100644 --- a/crates/binstalk-registry/Cargo.toml +++ b/crates/binstalk-registry/Cargo.toml @@ -25,7 +25,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.0", path = "../simple-git", optional = true } +simple-git = { version = "0.2.1", path = "../simple-git", optional = true } tempfile = "3.5.0" thiserror = "1.0.52" tokio = { version = "1.35.0", features = ["rt", "sync"], default-features = false } diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index 8dac5477..397374f7 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -26,7 +26,7 @@ leon = { version = "2.0.1", path = "../leon" } maybe-owned = "0.3.4" miette = "5.9.0" semver = { version = "1.0.17", features = ["serde"] } -simple-git = { version = "0.2.0", path = "../simple-git", optional = true } +simple-git = { version = "0.2.1", path = "../simple-git", optional = true } strum = "0.25.0" target-lexicon = { version = "0.12.11", features = ["std"] } tempfile = "3.5.0" diff --git a/crates/simple-git/Cargo.toml b/crates/simple-git/Cargo.toml index 5cf113f3..eefed5a4 100644 --- a/crates/simple-git/Cargo.toml +++ b/crates/simple-git/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple-git" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "The simple git interface for gix suitable for async context (with tokio)"