Skip to content

Commit

Permalink
chore(deps): Update reqwest requirement from ^0.11 to ^0.12 (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 24, 2024
1 parent 1c2a20b commit a8f2939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ parquet = "51"
pilota = "0.10.0"
pretty_assertions = "1.4.0"
port_scanner = "0.1.5"
reqwest = { version = "^0.11", features = ["json"] }
reqwest = { version = "^0.12", features = ["json"] }
rust_decimal = "1.31.0"
serde = { version = "^1.0", features = ["rc"] }
serde_bytes = "0.11.8"
Expand Down

0 comments on commit a8f2939

Please sign in to comment.