Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: gix-ref
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 22, 2024
1 parent 925b381 commit 083fb99
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 35 deletions.
126 changes: 92 additions & 34 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tl
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.97"
gix = { version = "0.62.0", features = ["async-network-client", "serde"] }
gix-ref = { version = "0.43.0", features = ["serde"] }
gix-ref = { version = "0.44.0", features = ["serde"] }
#tar = { version = "0.4.38", features = ["xattr"] }
tar = { git = "https://github.com/DeterminateSystems/tar-rs.git", branch = "force-mtime", features = ["xattr"] }
flate2 = "1.0.26"
Expand Down

0 comments on commit 083fb99

Please sign in to comment.