Skip to content
Snippets Groups Projects

fix(deps): update rust crate reqwest to 0.12.0

Compare and Show latest version
3 files
+ 94
79
Compare changes
  • Side-by-side
  • Inline

Files

+ 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