Skip to content

Commit

Permalink
chore(deps): update gix requirement from 0.57.0 to 0.58.0
Browse files Browse the repository at this point in the history
Updates the requirements on [gix](https://github.com/Byron/gitoxide) to permit the latest version.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.57.0...gix-v0.58.0)

---
updated-dependencies:
- dependency-name: gix
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2024
1 parent 2f54784 commit 3167e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/weaver_cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition.workspace = true
[dependencies]
tempdir = "0.3.7"
dirs = "5.0.1"
gix = { version = "0.57.0", default-features = false, features = [
gix = { version = "0.58.0", default-features = false, features = [
"comfort",
"blocking-http-transport-reqwest",
"max-performance-safe",
Expand Down

0 comments on commit 3167e4b

Please sign in to comment.