Merge pull request 'Update Rust crate webauthn-rs to 0.5.2' (#409) from renovate/webauthn-rs-0.x into master
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		
							
								
								
									
										52
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										52
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -574,12 +574,12 @@ checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "base64urlsafedata"
 | 
					name = "base64urlsafedata"
 | 
				
			||||||
version = "0.5.1"
 | 
					version = "0.5.2"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "72f0ad38ce7fbed55985ad5b2197f05cff8324ee6eb6638304e78f0108fae56c"
 | 
					checksum = "e5913e643e4dfb43d5908e9e6f1386f8e0dfde086ecef124a6450c6195d89160"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "base64 0.21.7",
 | 
					 "base64 0.21.7",
 | 
				
			||||||
 "paste",
 | 
					 "pastey",
 | 
				
			||||||
 "serde",
 | 
					 "serde",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -871,23 +871,6 @@ version = "1.0.3"
 | 
				
			|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 | 
					checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "compact_jwt"
 | 
					 | 
				
			||||||
version = "0.4.3"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "12bbab6445446e8d0b07468a01d0bfdae15879de5c440c5e47ae4ae0e18a1fba"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "base64 0.21.7",
 | 
					 | 
				
			||||||
 "base64urlsafedata",
 | 
					 | 
				
			||||||
 "hex",
 | 
					 | 
				
			||||||
 "openssl",
 | 
					 | 
				
			||||||
 "serde",
 | 
					 | 
				
			||||||
 "serde_json",
 | 
					 | 
				
			||||||
 "tracing",
 | 
					 | 
				
			||||||
 "url",
 | 
					 | 
				
			||||||
 "uuid",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "const-oid"
 | 
					name = "const-oid"
 | 
				
			||||||
version = "0.9.6"
 | 
					version = "0.9.6"
 | 
				
			||||||
@@ -2286,9 +2269,9 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "openssl-sys"
 | 
					name = "openssl-sys"
 | 
				
			||||||
version = "0.9.106"
 | 
					version = "0.9.109"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd"
 | 
					checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "cc",
 | 
					 "cc",
 | 
				
			||||||
 "libc",
 | 
					 "libc",
 | 
				
			||||||
@@ -2344,10 +2327,10 @@ dependencies = [
 | 
				
			|||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "paste"
 | 
					name = "pastey"
 | 
				
			||||||
version = "1.0.15"
 | 
					version = "0.1.0"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 | 
					checksum = "b3a8cb46bdc156b1c90460339ae6bfd45ba0394e5effbaa640badb4987fdc261"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "pem-rfc7468"
 | 
					name = "pem-rfc7468"
 | 
				
			||||||
@@ -3541,12 +3524,13 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "webauthn-attestation-ca"
 | 
					name = "webauthn-attestation-ca"
 | 
				
			||||||
version = "0.5.1"
 | 
					version = "0.5.2"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "29e77e8859ecb93b00e4a8e56ae45f8a8dd69b1539e3d32cf4cce1db9a3a0b99"
 | 
					checksum = "384e43534efe4e8f56c4eb1615a27e24d2ff29281385c843cf9f16ac1077dbdc"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "base64urlsafedata",
 | 
					 "base64urlsafedata",
 | 
				
			||||||
 "openssl",
 | 
					 "openssl",
 | 
				
			||||||
 | 
					 "openssl-sys",
 | 
				
			||||||
 "serde",
 | 
					 "serde",
 | 
				
			||||||
 "tracing",
 | 
					 "tracing",
 | 
				
			||||||
 "uuid",
 | 
					 "uuid",
 | 
				
			||||||
@@ -3554,9 +3538,9 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "webauthn-rs"
 | 
					name = "webauthn-rs"
 | 
				
			||||||
version = "0.5.1"
 | 
					version = "0.5.2"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "8b44347ee0d66f222043663a6aaf5ec78022b9b11c3a9ed488c21f2bd5680856"
 | 
					checksum = "ed1f861a94557baeb0cf711e3e55d623c46b68f4aab7aa932562f785b8b5f1ab"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "base64urlsafedata",
 | 
					 "base64urlsafedata",
 | 
				
			||||||
 "serde",
 | 
					 "serde",
 | 
				
			||||||
@@ -3568,17 +3552,17 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "webauthn-rs-core"
 | 
					name = "webauthn-rs-core"
 | 
				
			||||||
version = "0.5.1"
 | 
					version = "0.5.2"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "2ef48f07ed8f3dfe304d6c48e85317feba0439675f31a13063b2936c9b4eaf0d"
 | 
					checksum = "269c210cd5f183aaca860bb5733187d1dd110ebed54640f8fc1aca31a04aa4dc"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "base64 0.21.7",
 | 
					 "base64 0.21.7",
 | 
				
			||||||
 "base64urlsafedata",
 | 
					 "base64urlsafedata",
 | 
				
			||||||
 "compact_jwt",
 | 
					 | 
				
			||||||
 "der-parser",
 | 
					 "der-parser",
 | 
				
			||||||
 "hex",
 | 
					 "hex",
 | 
				
			||||||
 "nom",
 | 
					 "nom",
 | 
				
			||||||
 "openssl",
 | 
					 "openssl",
 | 
				
			||||||
 | 
					 "openssl-sys",
 | 
				
			||||||
 "rand 0.8.5",
 | 
					 "rand 0.8.5",
 | 
				
			||||||
 "rand_chacha 0.3.1",
 | 
					 "rand_chacha 0.3.1",
 | 
				
			||||||
 "serde",
 | 
					 "serde",
 | 
				
			||||||
@@ -3595,9 +3579,9 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "webauthn-rs-proto"
 | 
					name = "webauthn-rs-proto"
 | 
				
			||||||
version = "0.5.1"
 | 
					version = "0.5.2"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "14e1367f70e7dc7b83afc971ce8a54d578f4fdf488ea093021180e073744a69f"
 | 
					checksum = "144dbee9abb4bfad78fd283a2613f0312a0ed5955051b7864cfc98679112ae60"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "base64 0.21.7",
 | 
					 "base64 0.21.7",
 | 
				
			||||||
 "base64urlsafedata",
 | 
					 "base64urlsafedata",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -33,7 +33,7 @@ lazy-regex = "3.4.1"
 | 
				
			|||||||
totp_rfc6238 = "0.6.1"
 | 
					totp_rfc6238 = "0.6.1"
 | 
				
			||||||
base32 = "0.5.1"
 | 
					base32 = "0.5.1"
 | 
				
			||||||
qrcode-generator = "5.0.0"
 | 
					qrcode-generator = "5.0.0"
 | 
				
			||||||
webauthn-rs = { version = "0.5.1", features = ["danger-allow-state-serialisation"] }
 | 
					webauthn-rs = { version = "0.5.2", features = ["danger-allow-state-serialisation"] }
 | 
				
			||||||
url = "2.5.4"
 | 
					url = "2.5.4"
 | 
				
			||||||
light-openid = { version = "1.0.4", features = ["crypto-wrapper"] }
 | 
					light-openid = { version = "1.0.4", features = ["crypto-wrapper"] }
 | 
				
			||||||
bincode = "2.0.1"
 | 
					bincode = "2.0.1"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user