diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 02:49:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 02:49:42 +0000 |
commit | 837b550238aa671a591ccf282dddeab29cadb206 (patch) | |
tree | 914b6b8862bace72bd3245ca184d374b08d8a672 /vendor/gix-sec/Cargo.toml | |
parent | Adding debian version 1.70.0+dfsg2-1. (diff) | |
download | rustc-837b550238aa671a591ccf282dddeab29cadb206.tar.xz rustc-837b550238aa671a591ccf282dddeab29cadb206.zip |
Merging upstream version 1.71.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/gix-sec/Cargo.toml')
-rw-r--r-- | vendor/gix-sec/Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/vendor/gix-sec/Cargo.toml b/vendor/gix-sec/Cargo.toml index 87c36e0c1..44a3e8842 100644 --- a/vendor/gix-sec/Cargo.toml +++ b/vendor/gix-sec/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" rust-version = "1.64" name = "gix-sec" -version = "0.6.2" +version = "0.8.0" authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"] include = [ "src/**/*", @@ -35,7 +35,7 @@ rustdoc-args = [ doctest = false [dependencies.bitflags] -version = "1.3.2" +version = "2" [dependencies.document-features] version = "0.2.1" @@ -54,19 +54,19 @@ default-features = false version = "3.3.0" [features] -serde1 = ["serde"] +serde = [ + "dep:serde", + "bitflags/serde", +] [target."cfg(not(windows))".dependencies.libc] version = "0.2.123" -[target."cfg(windows)".dependencies.dirs] -version = "4" - [target."cfg(windows)".dependencies.gix-path] -version = "^0.7.1" +version = "^0.8.0" [target."cfg(windows)".dependencies.windows] -version = "0.43.0" +version = "0.48" features = [ "Win32_Foundation", "Win32_Security_Authorization", |