Skip to content

Commit

Permalink
Bump oauth2 to 5.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbugs committed Sep 16, 2024
1 parent 819409a commit 77363f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo-1.65.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1041,9 +1041,9 @@ dependencies = [

[[package]]
name = "oauth2"
version = "5.0.0-alpha.4"
version = "5.0.0-rc.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "098af5a5110b4deacf3200682963713b143ae9d28762b739bdb7b98429dfaf68"
checksum = "23d385da3c602d29036d2f70beed71c36604df7570be17fed4c5b839616785bf"
dependencies = [
"base64",
"chrono",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ thiserror = "1.0"
http = "1.0"
itertools = "0.10"
log = "0.4"
oauth2 = { version = "=5.0.0-alpha.4", default-features = false }
oauth2 = { version = "5.0.0-rc.1", default-features = false }
rand = "0.8.5"
hmac = "0.12.1"
rsa = "0.9.2"
Expand Down

0 comments on commit 77363f3

Please sign in to comment.