From b7ca91bf6d576107e2be551830b064fb52568cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 13:46:17 -0700 Subject: [PATCH] Bump oauth2 from 4.4.1 to 4.4.2 in /src-tauri (#489) Bumps [oauth2](https://github.com/ramosbugs/oauth2-rs) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/ramosbugs/oauth2-rs/releases) - [Commits](https://github.com/ramosbugs/oauth2-rs/compare/4.4.1...4.4.2) --- updated-dependencies: - dependency-name: oauth2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src-tauri/Cargo.lock | 6 ++++-- src-tauri/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index b81a8fa5c..0e13265ac 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -325,8 +325,10 @@ checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" dependencies = [ "android-tzdata", "iana-time-zone", + "js-sys", "num-traits", "serde", + "wasm-bindgen", "winapi", ] @@ -1827,9 +1829,9 @@ dependencies = [ [[package]] name = "oauth2" -version = "4.4.1" +version = "4.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09a6e2a2b13a56ebeabba9142f911745be6456163fd6c3d361274ebcd891a80c" +checksum = "c38841cdd844847e3e7c8d29cef9dcfed8877f8f56f9071f77843ecf3baf937f" dependencies = [ "base64 0.13.1", "chrono", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index e408e4647..e19a07b09 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -16,7 +16,7 @@ tauri-build = { version = "1.4.0", features = [] } [dependencies] anyhow = "1" -oauth2 = "4.4.1" +oauth2 = "4.4.2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tauri = { version = "1.3.0", features = ["dialog-all", "fs-all", "http-request", "path-all", "shell-open", "shell-open-api", "updater"] }