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-object/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-object/Cargo.toml')
-rw-r--r-- | vendor/gix-object/Cargo.toml | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/vendor/gix-object/Cargo.toml b/vendor/gix-object/Cargo.toml index db0fd4819..d723aae0a 100644 --- a/vendor/gix-object/Cargo.toml +++ b/vendor/gix-object/Cargo.toml @@ -13,12 +13,11 @@ edition = "2021" rust-version = "1.65" name = "gix-object" -version = "0.38.0" +version = "0.39.0" authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"] include = [ "src/**/*", "LICENSE-*", - "CHANGELOG.md", ] description = "Immutable and mutable git objects with decoding and encoding support" license = "MIT OR Apache-2.0" @@ -27,10 +26,6 @@ repository = "https://github.com/Byron/gitoxide" [package.metadata.docs.rs] all-features = true features = ["document-features"] -rustdoc-args = [ - "--cfg", - "docsrs", -] [lib] doctest = false @@ -56,23 +51,23 @@ version = "0.2.0" optional = true [dependencies.gix-actor] -version = "^0.28.0" +version = "^0.28.1" [dependencies.gix-date] -version = "^0.8.0" +version = "^0.8.1" [dependencies.gix-features] -version = "^0.36.0" +version = "^0.36.1" features = [ "rustsha1", "progress", ] [dependencies.gix-hash] -version = "^0.13.1" +version = "^0.13.2" [dependencies.gix-validate] -version = "^0.8.0" +version = "^0.8.1" [dependencies.itoa] version = "1.0.1" @@ -91,7 +86,7 @@ features = ["write"] version = "1.0.34" [dependencies.winnow] -version = "0.5.14" +version = "0.5.24" features = ["simd"] [dev-dependencies.criterion] @@ -108,4 +103,4 @@ serde = [ "gix-hash/serde", "gix-actor/serde", ] -verbose-object-parsing-errors = [] +verbose-object-parsing-errors = ["winnow/std"] |