Skip to content

Commit 1b24dd3

Browse files
committed
chore: back to reqwest 0.11
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.
1 parent 6c61899 commit 1b24dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ js-sys = "0.3"
2020
log = "0.4"
2121
num-traits = "0.2"
2222
oauth2 = "4"
23-
reqwest = "0.12"
23+
reqwest = "0.11"
2424
serde = { version = "1", features = ["derive"] }
2525
time = { version = "0.3", features = ["wasm-bindgen"] }
2626
tokio = { version = "1", features = ["sync"] }

0 commit comments

Comments
 (0)