Skip to content

Commit

Permalink
update: bump x509-certificate from 0.21.0 to 0.24.0
Browse files Browse the repository at this point in the history
Bumps [x509-certificate](https://github.com/indygreg/cryptography-rs) from 0.21.0 to 0.24.0.
- [Changelog](https://github.com/indygreg/cryptography-rs/blob/main/release.toml)
- [Commits](indygreg/cryptography-rs@x509-certificate/0.21.0...x509-certificate/0.24.0)

---
updated-dependencies:
- dependency-name: x509-certificate
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent dbf64a6 commit da1247a
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 51 deletions.
76 changes: 27 additions & 49 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 internal/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sha1 = "0.10.6"
sha2 = "0.10.6"
thiserror = "2.0.8"
web-time = "1.1"
x509-certificate = "0.21.0"
x509-certificate = "0.24.0"
x509-parser = "0.16.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ treeline = "0.1.0"
url = "2.5.3"
uuid = { version = "1.10.0", features = ["serde", "v4", "js"] }
x509-parser = "0.16.0"
x509-certificate = "0.21.0"
x509-certificate = "0.24.0"
zip = { version = "2.2.1", default-features = false }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down

0 comments on commit da1247a

Please sign in to comment.