This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new a8f2939 chore(deps): Update reqwest requirement from ^0.11 to ^0.12
(#296)
a8f2939 is described below
commit a8f29394e2832361d309f878994f7ab751878df4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 24 21:13:13 2024 +0800
chore(deps): Update reqwest requirement from ^0.11 to ^0.12 (#296)
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 7da16e0..c1cdcdf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"