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
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -24,7 +24,7 @@ tokio = { version = "1.36.0", features = ["sync"] }
jwt = "0.16.0"
lazy_static = "1.4.0"
console_error_panic_hook = "0.1.7"
regex = "1.10.3"
regex = "1.10.4"
gloo = "0.11.0"
google-signin-client = "0.1.3"
Loading