Skip to content

Commit

Permalink
Merge pull request #275 from cea-sec/dependabot/cargo/x509-parser-0.16.0
Browse files Browse the repository at this point in the history
Build(deps): bump x509-parser from 0.15.1 to 0.16.0
  • Loading branch information
serpilliere authored May 22, 2024
2 parents 2811398 + 4fdbbe7 commit a0c404d
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 19 deletions.
43 changes: 27 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sanzu-broker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ serde_derive = "1.0"
socket2 = {version = "0.5", features=['all'] }
toml = "0.8"
uuid = { version = "1.7", features = ["serde", "v4"] }
x509-parser = "0.15"
x509-parser = "0.16"
libgssapi = { version = "0.7", optional = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion sanzu-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rustls = "0.22"
rustls-pemfile = "2.1"
rustls-pki-types = { version="1", features = ["std"] }
webpki-roots = "0.26"
x509-parser = "0.15"
x509-parser = "0.16"

[features]
kerberos = ["libgssapi"]
Expand Down
2 changes: 1 addition & 1 deletion sanzu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dbus-crossroads = { version = "0.5", optional = true }
notify-rust = { version = "4.10", features = ["images"], optional = true }
webpki-roots = "0.26"
rayon = "1.7"
x509-parser = "0.15"
x509-parser = "0.16"

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

0 comments on commit a0c404d

Please sign in to comment.