diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 18:31:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 18:31:36 +0000 |
commit | e02c5b5930c2c9ba3e5423fe12e2ef0155017297 (patch) | |
tree | fd60ebbbb5299e16e5fca8c773ddb74f764760db /vendor/gix-tempfile/Cargo.toml | |
parent | Adding debian version 1.73.0+dfsg1-1. (diff) | |
download | rustc-e02c5b5930c2c9ba3e5423fe12e2ef0155017297.tar.xz rustc-e02c5b5930c2c9ba3e5423fe12e2ef0155017297.zip |
Merging upstream version 1.74.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/gix-tempfile/Cargo.toml')
-rw-r--r-- | vendor/gix-tempfile/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vendor/gix-tempfile/Cargo.toml b/vendor/gix-tempfile/Cargo.toml index 0c18ddf0a..806081f2d 100644 --- a/vendor/gix-tempfile/Cargo.toml +++ b/vendor/gix-tempfile/Cargo.toml @@ -11,9 +11,9 @@ [package] edition = "2021" -rust-version = "1.64" +rust-version = "1.65" name = "gix-tempfile" -version = "6.0.0" +version = "10.0.0" authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"] include = [ "src/**/*", @@ -23,7 +23,7 @@ include = [ ] description = "A tempfile implementation with a global registry to assure cleanup" readme = "README.md" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" repository = "https://github.com/Byron/gitoxide" [package.metadata.docs.rs] @@ -62,7 +62,7 @@ version = "0.2.0" optional = true [dependencies.gix-fs] -version = "^0.2.0" +version = "^0.7.0" [dependencies.once_cell] version = "1.8.0" |