From dd429895ddbf0058e07a50b957855ce96b873a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 21:59:08 +0000 Subject: [PATCH] Update serde_yaml requirement from 0.8 to 0.9 Updates the requirements on [serde_yaml](https://github.com/dtolnay/serde-yaml) to permit the latest version. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.0...0.8.26) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d28984fbd..e59cdb87f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ slatedb = { version = "0.2.0" } bytes = { version = "1" } object_store = { version = "0.11.1", features = ["aws", "gcp", "azure"] } serde_json = "1.0" -serde_yaml = "0.8" +serde_yaml = "0.9" tower = { version = "0.5", features = ["util"] } http-body-util = "0.1.0" iceberg = { git = "https://github.com/hansetag/iceberg-rust.git", branch = "ct/builder-upstream-20241002" }