Skip to content

Commit

Permalink
chore: back to reqwest 0.11
Browse files Browse the repository at this point in the history
As the oauth2 crate still relies in reqwest 0.11, upgrading
to reqwest 0.12 would not bring a real benefit, but add quite
a lot duplicate dependencies.
  • Loading branch information
ctron committed Apr 19, 2024
1 parent 6c61899 commit 1b24dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ js-sys = "0.3"
log = "0.4"
num-traits = "0.2"
oauth2 = "4"
reqwest = "0.12"
reqwest = "0.11"
serde = { version = "1", features = ["derive"] }
time = { version = "0.3", features = ["wasm-bindgen"] }
tokio = { version = "1", features = ["sync"] }
Expand Down

0 comments on commit 1b24dd3

Please sign in to comment.