Skip to content

Commit

Permalink
update: bump rasn from 0.18.0 to 0.22.0 (#727)
Browse files Browse the repository at this point in the history
* update: bump rasn from 0.18.0 to 0.22.0

Bumps [rasn](https://github.com/librasn/rasn) from 0.18.0 to 0.22.0.
- [Release notes](https://github.com/librasn/rasn/releases)
- [Changelog](https://github.com/librasn/rasn/blob/main/CHANGELOG.md)
- [Commits](librasn/rasn@rasn-v0.18.0...rasn-v0.22.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Fix up related deps and update for newer rasn APIs

* Update MSRV to 1.81.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Scouten <[email protected]>
  • Loading branch information
dependabot[bot] and scouten-adobe authored Dec 18, 2024
1 parent 4c7e4e8 commit 56229d2
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 80 deletions.
107 changes: 34 additions & 73 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions internal/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ coset = "0.3.1"
getrandom = { version = "0.2.7", features = ["js"] }
hex = "0.4.3"
rand = "0.8.5"
rasn = "0.18.0"
rasn-ocsp = "0.18.0"
rasn-pkix = "0.18.0"
rasn = "0.22.0"
rasn-ocsp = "0.22.0"
rasn-pkix = "0.22.0"
schemars = { version = "0.8.21", optional = true }
serde = { version = "1.0.197", features = ["derive"] }
serde_bytes = "0.11.5"
Expand Down
2 changes: 1 addition & 1 deletion internal/crypto/src/time_stamp/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// each license.

use bcder::decode::Constructed;
use rasn::{AsnType, Decode, Encode};
use rasn::{AsnType, Decode, Decoder, Encode, Encoder};

#[cfg(not(target_arch = "wasm32"))]
use crate::asn1::rfc3161::PkiStatus;
Expand Down
6 changes: 3 additions & 3 deletions sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ png_pong = "0.9.1"
rand = "0.8.5"
rand_chacha = "0.3.1"
range-set = "0.0.11"
rasn-ocsp = "0.18.0"
rasn-pkix = "0.18.0"
rasn = "0.18.0"
rasn-ocsp = "0.22.0"
rasn-pkix = "0.22.0"
rasn = "0.22.0"
riff = "2.0.0"
schemars = { version = "0.8.21", optional = true }
serde = { version = "1.0.197", features = ["derive"] }
Expand Down

0 comments on commit 56229d2

Please sign in to comment.