Skip to content

Commit a0c404d

Browse files
authored
Merge pull request #275 from cea-sec/dependabot/cargo/x509-parser-0.16.0
Build(deps): bump x509-parser from 0.15.1 to 0.16.0
2 parents 2811398 + 4fdbbe7 commit a0c404d

4 files changed

Lines changed: 30 additions & 19 deletions

File tree

Cargo.lock

Lines changed: 27 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sanzu-broker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ serde_derive = "1.0"
2929
socket2 = {version = "0.5", features=['all'] }
3030
toml = "0.8"
3131
uuid = { version = "1.7", features = ["serde", "v4"] }
32-
x509-parser = "0.15"
32+
x509-parser = "0.16"
3333
libgssapi = { version = "0.7", optional = true }
3434

3535
[features]

sanzu-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rustls = "0.22"
1919
rustls-pemfile = "2.1"
2020
rustls-pki-types = { version="1", features = ["std"] }
2121
webpki-roots = "0.26"
22-
x509-parser = "0.15"
22+
x509-parser = "0.16"
2323

2424
[features]
2525
kerberos = ["libgssapi"]

sanzu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dbus-crossroads = { version = "0.5", optional = true }
4646
notify-rust = { version = "4.10", features = ["images"], optional = true }
4747
webpki-roots = "0.26"
4848
rayon = "1.7"
49-
x509-parser = "0.15"
49+
x509-parser = "0.16"
5050

5151
[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies]
5252
cpufeatures = "0.2"

0 commit comments

Comments
 (0)