Skip to content

Commit

Permalink
Update dogstatsd requirement from =0.11.1 to =0.12.0 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 4111eff commit 66b240a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ serde = ["dep:serde"]

[dependencies]
async-trait = "0.1"
dogstatsd = {version = "=0.11.1", default-features = false}
dogstatsd = {version = "=0.12.0", default-features = false}
once_cell = {version = "1.9", default-features = false, features = ["std"]}
thiserror = {version = "1.0", default-features = false}

Expand Down

0 comments on commit 66b240a

Please sign in to comment.