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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-09-12 14:52:46 +10:00 committed by GitHub
parent e6e61d1e97
commit 5c0a99ba34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -4688,9 +4688,9 @@ dependencies = [
[[package]] [[package]]
name = "webauthn-rs-proto" name = "webauthn-rs-proto"
version = "0.4.5" version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00f44e65fa62541ef22540ab8050866604b1a6a9e73a80c8e85adc1036afb7a2" checksum = "adfdd8694503710db9d9948ea380a3c57fec4371cea6a5a906b2d72caf61838d"
dependencies = [ dependencies = [
"base64urlsafedata", "base64urlsafedata",
"js-sys", "js-sys",

View file

@ -20,5 +20,5 @@ tokio = { version = "^1.21.0", features = ["rt", "net", "time", "macros", "sync"
toml = "^0.5.9" toml = "^0.5.9"
uuid = { version = "^1.1.2", features = ["serde", "v4"] } uuid = { version = "^1.1.2", features = ["serde", "v4"] }
url = { version = "^2.3.0", features = ["serde"] } 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"] }

View file

@ -24,7 +24,7 @@ time = { version = "=0.2.27", features = ["serde", "std"] }
url = { version = "^2.3.0", features = ["serde"] } url = { version = "^2.3.0", features = ["serde"] }
urlencoding = "2.1.2" urlencoding = "2.1.2"
uuid = { version = "^1.1.2", features = ["serde"] } 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] [target.'cfg(not(target_family = "wasm"))'.dependencies]
last-git-commit = "0.2.0" last-git-commit = "0.2.0"