From abba9e9e78565267ca132ce4ef6045b01c200551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 03:20:04 +0000 Subject: [PATCH] Update dogstatsd requirement from =0.12.0 to =0.12.1 Updates the requirements on [dogstatsd](https://github.com/mcasper/dogstatsd-rs) to permit the latest version. - [Changelog](https://github.com/mcasper/dogstatsd-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/mcasper/dogstatsd-rs/compare/0.12.0...0.12.1) --- updated-dependencies: - dependency-name: dogstatsd dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d9b1ce..b2cd3fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ serde = ["dep:serde"] [dependencies] async-trait = "0.1" -dogstatsd = {version = "=0.12.0", default-features = false} +dogstatsd = {version = "=0.12.1", default-features = false} once_cell = {version = "1.9", default-features = false, features = ["std"]} thiserror = {version = "1.0", default-features = false}