Skip to content

Commit

Permalink
Update gix-tempfile requirement from =4.1.0 to =5.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [gix-tempfile](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](Byron/gitoxide@gix-tempfile-v4.1.0...gix-tempfile-v5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 13, 2023
1 parent 9c6e2c9 commit 20403f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vergen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ si = ["sysinfo"]
anyhow = "1.0.69"
git2-rs = { version = "0.16.1", package = "git2", optional = true, default-features = false }
gix = { version = "0.40.0", optional = true, default-features = false }
gix-tempfile = { version = "=4.1.0", optional = true, default-features = false }
gix-tempfile = { version = "=5.0.0", optional = true, default-features = false }
rustc_version = { version = "0.4.0", optional = true }
sysinfo = { version = "0.28.1", optional = true, default-features = false }
time = { version = "0.3.20", features = [
Expand Down

0 comments on commit 20403f8

Please sign in to comment.