Skip to content

Commit a889465

Browse files
dependabot[bot]djc
authored andcommitted
build(deps): bump x509-parser from 0.17.0 to 0.18.0
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]>
1 parent 7b92464 commit a889465

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ serde_json = "1.0.78"
4242
time = { version = "0.3", default-features = false, features = ["serde", "parsing"], optional = true }
4343
thiserror = "2.0.3"
4444
tokio = { version = "1.22", features = ["time"] }
45-
x509-parser = { version = "0.17", default-features = false, optional = true }
45+
x509-parser = { version = "0.18", default-features = false, optional = true }
4646

4747
[dev-dependencies]
4848
anyhow = "1.0.66"

0 commit comments

Comments
 (0)