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 Jan 16, 2025
1 parent 2c534f9 commit 8a3ec1b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 52 deletions.
64 changes: 14 additions & 50 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 @@ -73,7 +73,7 @@ sha2 = "0.10.6"
spki = { version = "0.7.3", optional = true }
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 @@ -130,7 +130,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 8a3ec1b

Please sign in to comment.