Package: rust-rusty-paseto / 0.7.1-4

Metadata

Package Version Patches format
rust-rusty-paseto 0.7.1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
relax deps.patch | (download)

Cargo.toml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
remove example actix.patch | (download)

Cargo.toml | 18 9 + 9 - 0 !
examples/actix_identity/main.rs | 10 6 + 4 - 0 !
examples/actix_identity/paseto.rs | 2 2 + 0 - 0 !
3 files changed, 17 insertions(+), 13 deletions(-)

 remove example depending on unpackaged actix crates
remove primes.patch | (download)

Cargo.toml | 4 2 + 2 - 0 !
src/lib.rs | 3 2 + 1 - 0 !
2 files changed, 4 insertions(+), 3 deletions(-)

---
update aes.patch | (download)

Cargo.toml | 11 7 + 4 - 0 !
src/core/common/cipher_text_impl/v1_local.rs | 5 3 + 2 - 0 !
src/core/common/cipher_text_impl/v3_local.rs | 5 3 + 2 - 0 !
3 files changed, 13 insertions(+), 8 deletions(-)

 update to aes 0.8
fix test feature.patch | (download)

src/lib.rs | 2 1 + 1 - 0 !
tests/version1_test_vectors.rs | 2 1 + 1 - 0 !
tests/version2_test_vectors.rs | 2 1 + 1 - 0 !
tests/version3_test_vectors.rs | 2 1 + 1 - 0 !
tests/version4_test_vectors.rs | 2 1 + 1 - 0 !
5 files changed, 5 insertions(+), 5 deletions(-)

---