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
4 files
+ 9
9
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -15,7 +15,7 @@ google-sheets4 = "5.0.4"
thiserror = "1.0.58"
reqwest-tracing = "0.5.0"
tokio = { version = "1.37.0", features = ["parking_lot"] }
hyper = { version = "1.2.0", features = ["client","http2"] }
hyper = { version = "1.3.0", features = ["client","http2"] }
tower = "0.4.13"
tower-http = { version = "0.5.2" , features = ["trace"]}
tracing = "0.1.40"
Loading