Skip to content

Commit eb3eb0f

Browse files
chore(deps): bump x509-parser from 0.17.0 to 0.18.0 (#30)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3210bed commit eb3eb0f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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
@@ -30,7 +30,7 @@ rand = { version = "0.8", optional = true }
3030
sled = { version = "0.34", optional = true }
3131
futures-util = { version = "0.3", optional = true }
3232
constant_time_eq = { version = "0.4", optional = true }
33-
x509-parser = { version = "0.17.0", optional = true }
33+
x509-parser = { version = "0.18.0", optional = true }
3434
jiff = { version = "0.2", features = ["serde"] }
3535

3636
[features]

0 commit comments

Comments
 (0)