Skip to content

Commit

Permalink
Update dogstatsd requirement from =0.11.0 to =0.11.1
Browse files Browse the repository at this point in the history
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](mcasper/dogstatsd-rs@0.11.0...0.11.1)

---
updated-dependencies:
- dependency-name: dogstatsd
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 30, 2023
1 parent ecfdca8 commit 015f2d5
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 @@ -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 }
Expand Down

0 comments on commit 015f2d5

Please sign in to comment.