This is an automated email from the ASF dual-hosted git repository.
fokko 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 e398b5a chore(deps): Update typed-builder requirement from ^0.17 to
^0.18 (#87)
e398b5a is described below
commit e398b5a68a3c2926ee24cc326f255ad4433e72b6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 31 17:30:29 2023 +0100
chore(deps): Update typed-builder requirement from ^0.17 to ^0.18 (#87)
Updates the requirements on
[typed-builder](https://github.com/idanarye/rust-typed-builder) to permit the
latest version.
-
[Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md)
- [Commits](https://github.com/idanarye/rust-typed-builder/commits)
---
updated-dependencies:
- dependency-name: typed-builder
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
crates/catalog/rest/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crates/catalog/rest/Cargo.toml b/crates/catalog/rest/Cargo.toml
index 0531a51..c44f08b 100644
--- a/crates/catalog/rest/Cargo.toml
+++ b/crates/catalog/rest/Cargo.toml
@@ -33,7 +33,7 @@ reqwest = { version = "^0.11", features = ["json"] }
serde = { version = "^1.0", features = ["rc"] }
serde_derive = "^1.0"
serde_json = "^1.0"
-typed-builder = "^0.17"
+typed-builder = "^0.18"
urlencoding = "2"
[dev-dependencies]