Merge pull request 'Update Rust crate webauthn-rs to 0.4.6' (#41) from renovate/webauthn-rs-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #41
This commit is contained in:
Pierre HUBERT 2022-09-12 07:35:45 +00:00
commit 46198052b4
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View File

@ -2919,9 +2919,9 @@ dependencies = [
[[package]]
name = "webauthn-rs"
version = "0.4.5"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b813b9663ddc0b5594b5c54dec399eba428c199a8bb75ed6fde757ec2deca82"
checksum = "e2fd73cc66a6708ee17ecf5542c994a332c6faddc03d76825b9989ab16408cfc"
dependencies = [
"base64urlsafedata",
"serde",
@ -2933,9 +2933,9 @@ dependencies = [
[[package]]
name = "webauthn-rs-core"
version = "0.4.5"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b68452d453abbd5bb7101fa5c97698940dbdea5cdc7f49a4bea1d546f3dc0f46"
checksum = "a8fac64e4ba17869070a58e0a0dfc4fb980fc2b65e435ce3ab24fc406e74267e"
dependencies = [
"base64",
"base64urlsafedata",
@ -2957,9 +2957,9 @@ dependencies = [
[[package]]
name = "webauthn-rs-proto"
version = "0.4.5"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00f44e65fa62541ef22540ab8050866604b1a6a9e73a80c8e85adc1036afb7a2"
checksum = "adfdd8694503710db9d9948ea380a3c57fec4371cea6a5a906b2d72caf61838d"
dependencies = [
"base64urlsafedata",
"serde",

View File

@ -32,7 +32,7 @@ lazy-regex = "2.3.0"
totp_rfc6238 = "0.5.0"
base32 = "0.4.0"
qrcode-generator = "4.1.6"
webauthn-rs = { version = "0.4.5", features = ["danger-allow-state-serialisation"] }
webauthn-rs = { version = "0.4.6", features = ["danger-allow-state-serialisation"] }
url = "2.2.2"
aes-gcm = { version = "0.10.1", features = ["aes"] }
bincode = "1.3.3"