From 686ef60242bdd3c3a3030b5adbb4b97606c42c94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 08:58:22 +1000 Subject: [PATCH] Bump base64urlsafedata from 0.1.1 to 0.1.2 (#1190) Bumps [base64urlsafedata](https://github.com/kanidm/webauthn-rs) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/kanidm/webauthn-rs/releases) - [Commits](https://github.com/kanidm/webauthn-rs/commits) --- updated-dependencies: - dependency-name: base64urlsafedata 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5fd564313..81af0dae1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -457,9 +457,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" [[package]] name = "base64urlsafedata" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d02340c3f25c8422ba85d481123406dd7506505485bac1c694b26eb538da8daf" +checksum = "dbc67436259cce95e00076dbcd3dd5e300c84d4c657d03e476b5c7619da7c2d6" dependencies = [ "base64 0.13.1", "serde", diff --git a/Cargo.toml b/Cargo.toml index 2c9aae0a1..223e04579 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ async-std = { version = "^1.12.0", features = ["tokio1"] } async-trait = "^0.1.58" base32 = "^0.4.0" base64 = "^0.13.1" -base64urlsafedata = "0.1.0" +base64urlsafedata = "0.1.2" bytes = "^1.1.0" clap = { version = "^3.2", features = ["derive"] } clap_complete = "^3.2.5"