Skip to content
Snippets Groups Projects

fix(deps): update rust crate reqwest to 0.12.0

Open Panter User for API access requested to merge renovate/reqwest-0.x into master
Compare and Show latest version
3 files
+ 125
111
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -26,7 +26,7 @@ lazy_static = "1.4.0"
console_error_panic_hook = "0.1.7"
regex = "1.10.4"
gloo = "0.11.0"
google-signin-client = "0.1.3"
google-signin-client = "0.2.0"
[build-dependencies]
backend-impl = { path = "../backend-impl" }
Loading