From cdb864fcb5efafd68042f1e2d77a57055a088c4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 13:07:36 +1000 Subject: [PATCH] build(deps): update toml_edit requirement from 0.19.10 to 0.20.0 in /crates/binstalk-manifests (#1355) build(deps): update toml_edit requirement in /crates/binstalk-manifests Updates the requirements on [toml_edit](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](https://github.com/toml-rs/toml/compare/v0.19.10...v0.20.0) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- crates/binstalk-manifests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/binstalk-manifests/Cargo.toml b/crates/binstalk-manifests/Cargo.toml index 980e4788..b9c1ebca 100644 --- a/crates/binstalk-manifests/Cargo.toml +++ b/crates/binstalk-manifests/Cargo.toml @@ -21,7 +21,7 @@ serde = { version = "1.0.163", features = ["derive"] } serde-tuple-vec-map = "1.0.1" serde_json = "1.0.96" thiserror = "1.0.40" -toml_edit = { version = "0.19.10", features = ["serde"] } +toml_edit = { version = "0.20.0", features = ["serde"] } url = { version = "2.3.1", features = ["serde"] } [dev-dependencies]