Skip to content

Commit

Permalink
chore(deps): bump gix from 0.68.0 to 0.69.1
Browse files Browse the repository at this point in the history
Bumps [gix](https://github.com/GitoxideLabs/gitoxide) from 0.68.0 to 0.69.1.
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.68.0...gix-v0.69.1)

---
updated-dependencies:
- dependency-name: gix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 1829ac8 commit acc7874
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 40 deletions.
99 changes: 61 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/weaver_cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ weaver_common = { path = "../weaver_common" }

tempdir = "0.3.7"
dirs = "5.0.1"
gix = { version = "0.68.0", default-features = false, features = [
gix = { version = "0.69.1", default-features = false, features = [
"comfort",
"blocking-http-transport-reqwest",
"max-performance-safe",
Expand Down
2 changes: 1 addition & 1 deletion crates/xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version.workspace = true
[dependencies]
anyhow.workspace = true
assert_cmd = "2.0.14"
gix = { version = "0.68.0", default-features = false, features = [
gix = { version = "0.69.1", default-features = false, features = [
"comfort",
"blocking-http-transport-reqwest",
"max-performance-safe",
Expand Down

0 comments on commit acc7874

Please sign in to comment.