From 7fc1a1c2bb66cd4c1d61ab03f5db295d67b12837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 11:06:23 +0000 Subject: [PATCH] Update toml requirement from 0.5.7 to 0.7.3 Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Release notes](https://github.com/toml-rs/toml/releases) - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.5.10...toml-v0.7.3) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- daemon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 7e1dfde..5171737 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -32,7 +32,7 @@ thiserror = "1" libc = "0.2.94" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.8" -toml = "0.5.7" +toml = "0.7.3" nix = "0.22" uuid = { version = "0.8", features = ["v4"] } ip_network_table-deps-treebitmap = "0.5.0"