Skip to content

Commit 9c657ff

Browse files
Update serde_yaml requirement from 0.8 to 0.9 (#201)
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](dtolnay/serde-yaml@0.8.0...0.8.26) --- updated-dependencies: - dependency-name: serde_yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac016bd commit 9c657ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ slatedb = { version = "0.2.0" }
2323
bytes = { version = "1" }
2424
object_store = { version = "0.11.1", features = ["aws", "gcp", "azure"] }
2525
serde_json = "1.0"
26-
serde_yaml = "0.8"
26+
serde_yaml = "0.9"
2727
tower = { version = "0.5", features = ["util"] }
2828
http-body-util = "0.1.0"
2929
iceberg = { git = "https://github.com/hansetag/iceberg-rust.git", branch = "ct/builder-upstream-20241002" }

0 commit comments

Comments
 (0)