Skip to content

Commit 155cc45

Browse files
committed
Release gix-actor v0.31.1, gix-object v0.42.1, gix-index v0.31.1, gix-pathspec v0.7.2, gix-dir v0.3.0, gix-status v0.8.0, gix v0.61.0, safety bump 2 crates
SAFETY BUMP: gix-status v0.8.0, gix v0.61.0
1 parent 129ba3d commit 155cc45

File tree

18 files changed

+95
-88
lines changed

18 files changed

+95
-88
lines changed

Cargo.lock

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ anyhow = "1.0.42"
170170

171171
gitoxide-core = { version = "^0.37.0", path = "gitoxide-core" }
172172
gix-features = { version = "^0.38.1", path = "gix-features" }
173-
gix = { version = "^0.60.0", path = "gix", default-features = false }
173+
gix = { version = "^0.61.0", path = "gix", default-features = false }
174174
time = "0.3.23"
175175

176176
clap = { version = "4.1.1", features = ["derive", "cargo"] }

gitoxide-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ serde = ["gix/serde", "dep:serde_json", "dep:serde", "bytesize/serde"]
4747

4848
[dependencies]
4949
# deselect everything else (like "performance") as this should be controllable by the parent application.
50-
gix = { version = "^0.60.0", path = "../gix", default-features = false, features = ["blob-diff", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status", "dirwalk"] }
50+
gix = { version = "^0.61.0", path = "../gix", default-features = false, features = ["blob-diff", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status", "dirwalk"] }
5151
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.49.0", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static", "generate", "streaming-input"] }
5252
gix-transport-configuration-only = { package = "gix-transport", version = "^0.41.2", path = "../gix-transport", default-features = false }
5353
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.11.0", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] }
54-
gix-status = { version = "^0.7.0", path = "../gix-status" }
54+
gix-status = { version = "^0.8.0", path = "../gix-status" }
5555
gix-fsck = { version = "^0.4.0", path = "../gix-fsck" }
5656
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
5757
anyhow = "1.0.42"

0 commit comments

Comments
 (0)