From 5c0a99ba34dcb17fe66751bc30c802aab935fae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 14:52:46 +1000 Subject: [PATCH] Bump webauthn-rs-proto from 0.4.5 to 0.4.6 (#1033) Bumps [webauthn-rs-proto](https://github.com/kanidm/webauthn-rs) from 0.4.5 to 0.4.6. - [Release notes](https://github.com/kanidm/webauthn-rs/releases) - [Commits](https://github.com/kanidm/webauthn-rs/commits) --- updated-dependencies: - dependency-name: webauthn-rs-proto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- kanidm_client/Cargo.toml | 2 +- kanidm_proto/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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"