From 1c8fb897a0b7107e4d9ec2f9cc4e776daab5754b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 22:10:22 +0000 Subject: [PATCH] Update toml requirement from 0.5.11 to 0.8.16 Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.5.11...toml-v0.8.16) --- 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 e546865..91e827d 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -32,7 +32,7 @@ thiserror = "1" libc = "0.2.147" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.8" -toml = "0.5.11" +toml = "0.8.16" nix = "0.22" uuid = { version = "0.8", features = ["v4"] } ip_network_table-deps-treebitmap = "0.5.0"