diff --git a/Cargo.toml b/Cargo.toml index 0fdf0d4..d666a5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -dogstatsd = { version = "=0.11.0", default-features = false } +dogstatsd = { version = "=0.11.1", default-features = false } once_cell = { version = "1.9", default-features = false, features = ["std"] } thiserror = { version = "1.0", default-features = false } serde = { version = "1", optional = true }