From f26ab41961766b497c6f60e90670fdd35db83c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 13:07:40 +1000 Subject: [PATCH] build(deps): update toml_edit requirement from 0.19.11 to 0.20.0 in /crates/binstalk-registry (#1356) build(deps): update toml_edit requirement in /crates/binstalk-registry 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.11...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-registry/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/binstalk-registry/Cargo.toml b/crates/binstalk-registry/Cargo.toml index c02fc812..1116b3f4 100644 --- a/crates/binstalk-registry/Cargo.toml +++ b/crates/binstalk-registry/Cargo.toml @@ -34,7 +34,7 @@ url = "2.3.1" [dev-dependencies] tokio = { version = "1", features = ["rt-multi-thread", "macros"] } -toml_edit = { version = "0.19.11", features = ["serde"] } +toml_edit = { version = "0.20.0", features = ["serde"] } binstalk-downloader = { version = "0.7.1", path = "../binstalk-downloader", default-features = false, features = ["rustls"] } [features]