diff --git a/Cargo.lock b/Cargo.lock index c649ba054..d3fae11d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4688,9 +4688,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", "js-sys", diff --git a/kanidm_client/Cargo.toml b/kanidm_client/Cargo.toml index 42a4ce8e0..f0aa018c5 100644 --- a/kanidm_client/Cargo.toml +++ b/kanidm_client/Cargo.toml @@ -20,5 +20,5 @@ tokio = { version = "^1.21.0", features = ["rt", "net", "time", "macros", "sync" toml = "^0.5.9" uuid = { version = "^1.1.2", features = ["serde", "v4"] } url = { version = "^2.3.0", features = ["serde"] } -webauthn-rs-proto = { version = "0.4.5", features = ["wasm"] } +webauthn-rs-proto = { version = "0.4.6", features = ["wasm"] } diff --git a/kanidm_proto/Cargo.toml b/kanidm_proto/Cargo.toml index b202805c8..c895deb24 100644 --- a/kanidm_proto/Cargo.toml +++ b/kanidm_proto/Cargo.toml @@ -24,7 +24,7 @@ time = { version = "=0.2.27", features = ["serde", "std"] } url = { version = "^2.3.0", features = ["serde"] } urlencoding = "2.1.2" uuid = { version = "^1.1.2", features = ["serde"] } -webauthn-rs-proto = "0.4.2-beta.3" +webauthn-rs-proto = "0.4.6" [target.'cfg(not(target_family = "wasm"))'.dependencies] last-git-commit = "0.2.0"