Skip to content

Commit 28369a3

Browse files
build(deps): bump x509-parser from 0.17.0 to 0.18.0 (#4116)
Bumps [x509-parser](https://github.com/rusticata/x509-parser) from 0.17.0 to 0.18.0. - [Changelog](https://github.com/rusticata/x509-parser/blob/x509-parser-0.18.0/CHANGELOG.md) - [Commits](rusticata/x509-parser@x509-parser-0.17.0...x509-parser-0.18.0) --- updated-dependencies: - dependency-name: x509-parser dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a9d21c2 commit 28369a3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4694,9 +4694,9 @@ checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
46944694

46954695
[[package]]
46964696
name = "x509-parser"
4697-
version = "0.17.0"
4697+
version = "0.18.0"
46984698
source = "registry+https://github.com/rust-lang/crates.io-index"
4699-
checksum = "4569f339c0c402346d4a75a9e39cf8dad310e287eef1ff56d4c68e5067f53460"
4699+
checksum = "eb3e137310115a65136898d2079f003ce33331a6c4b0d51f1531d1be082b6425"
47004700
dependencies = [
47014701
"asn1-rs",
47024702
"data-encoding",

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.17.0"
11+
x509-parser = "0.18.0"
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.17.0"
21+
x509-parser = "0.18.0"
2222
asn1 = { version = "0.6", package = "simple_asn1" }
2323
thiserror = "2"
2424

0 commit comments

Comments
 (0)