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 ecde318 chore(deps): Update pilota requirement from 0.10.0 to 0.11.0
(#327)
ecde318 is described below
commit ecde318364c8bed20b142489b0f440301e9185f9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 16 14:16:08 2024 +0800
chore(deps): Update pilota requirement from 0.10.0 to 0.11.0 (#327)
Updates the requirements on [pilota](https://github.com/cloudwego/pilota)
to permit the latest version.
- [Release notes](https://github.com/cloudwego/pilota/releases)
-
[Commits](https://github.com/cloudwego/pilota/compare/pilota-0.10.0...pilota-0.10.0)
---
updated-dependencies:
- dependency-name: pilota
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 054fcc6..48c242f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -64,7 +64,7 @@ once_cell = "1"
opendal = "0.45"
ordered-float = "4.0.0"
parquet = "51"
-pilota = "0.10.0"
+pilota = "0.11.0"
pretty_assertions = "1.4.0"
port_scanner = "0.1.5"
reqwest = { version = "^0.12", features = ["json"] }