Skip to content

Commit eb27cba

Browse files
build(deps): bump x509-parser from 0.18.0 to 0.18.1 (#4479)
Bumps [x509-parser](https://github.com/rusticata/x509-parser) from 0.18.0 to 0.18.1. - [Changelog](https://github.com/rusticata/x509-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/rusticata/x509-parser/commits) --- updated-dependencies: - dependency-name: x509-parser dependency-version: 0.18.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c30d93f commit eb27cba

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4627,9 +4627,9 @@ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
46274627

46284628
[[package]]
46294629
name = "x509-parser"
4630-
version = "0.18.0"
4630+
version = "0.18.1"
46314631
source = "registry+https://github.com/rust-lang/crates.io-index"
4632-
checksum = "eb3e137310115a65136898d2079f003ce33331a6c4b0d51f1531d1be082b6425"
4632+
checksum = "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202"
46334633
dependencies = [
46344634
"asn1-rs",
46354635
"aws-lc-rs",

linkerd/meshtls/verifier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = { workspace = true }
88

99
[dependencies]
1010
tracing = { workspace = true }
11-
x509-parser = "0.18.0"
11+
x509-parser = "0.18.1"
1212

1313
linkerd-error = { path = "../../error" }
1414
linkerd-identity = { path = "../../identity" }

linkerd/proxy/spire-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tokio = { version = "1", features = ["time", "sync"] }
1818
tonic = { workspace = true }
1919
tower = { workspace = true }
2020
tracing = { workspace = true }
21-
x509-parser = "0.18.0"
21+
x509-parser = "0.18.1"
2222
asn1 = { version = "0.6", package = "simple_asn1" }
2323
thiserror = "2"
2424

0 commit comments

Comments
 (0)