diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:26:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:26:03 +0000 |
commit | 9918693037dce8aa4bb6f08741b6812923486c18 (patch) | |
tree | 21d2b40bec7e6a7ea664acee056eb3d08e15a1cf /vendor/gix-negotiate/Cargo.toml | |
parent | Releasing progress-linux version 1.75.0+dfsg1-5~progress7.99u1. (diff) | |
download | rustc-9918693037dce8aa4bb6f08741b6812923486c18.tar.xz rustc-9918693037dce8aa4bb6f08741b6812923486c18.zip |
Merging upstream version 1.76.0+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/gix-negotiate/Cargo.toml')
-rw-r--r-- | vendor/gix-negotiate/Cargo.toml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/vendor/gix-negotiate/Cargo.toml b/vendor/gix-negotiate/Cargo.toml index e4ac882b0..c80547ebe 100644 --- a/vendor/gix-negotiate/Cargo.toml +++ b/vendor/gix-negotiate/Cargo.toml @@ -13,8 +13,12 @@ edition = "2021" rust-version = "1.65" name = "gix-negotiate" -version = "0.9.0" +version = "0.10.0" authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"] +include = [ + "src/**/*", + "LICENSE-*", +] description = "A crate of the gitoxide project implementing negotiation algorithms" license = "MIT OR Apache-2.0" repository = "https://github.com/Byron/gitoxide" @@ -27,19 +31,19 @@ doctest = false version = "2" [dependencies.gix-commitgraph] -version = "^0.22.0" +version = "^0.22.1" [dependencies.gix-date] -version = "^0.8.0" +version = "^0.8.1" [dependencies.gix-hash] -version = "^0.13.1" +version = "^0.13.2" [dependencies.gix-object] -version = "^0.38.0" +version = "^0.39.0" [dependencies.gix-revwalk] -version = "^0.9.0" +version = "^0.10.0" [dependencies.smallvec] version = "1.10.0" |