Skip to content
Snippets Groups Projects

fix(deps): update rust crate actix-4-jwt-auth to v1.2.5

1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -39,9 +39,9 @@ dependencies = [
[[package]]
name = "actix-4-jwt-auth"
version = "1.2.2"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aefbfa1b26c51d66a93344bbfc080b600a60f40597e33d54e03f230918aed802"
checksum = "4c6a62fe5ef8b38a161d5f9a3fd119cbf374cf5a6386044d0d8fbde7f6526259"
dependencies = [
"actix-web",
"awc",
@@ -2272,7 +2272,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8a9aa791c7b5a71b636b7a68207fdebf171ddfc593d9c8506ec4cbc527b6a84"
dependencies = [
"implicit-clone-derive",
"indexmap 2.2.6",
"indexmap 1.9.3",
]
[[package]]
Loading