Skip to content

Commit

Permalink
Upgrade cadence to 1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnehrer committed Nov 20, 2024
1 parent 9ce0ed1 commit 1aec117
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "tokio-cadence"
description = "Tokio-based metric sinks for Cadence "
version = "0.5.0"
version = "0.6.0"
repository = "https://github.com/ecliptical/tokio-cadence"
authors = ["Peter Nehrer <pnehrer@eclipticalsoftware.com>"]
license = "MIT"
keywords = ["cadence", "statsd", "metrics", "async", "tokio"]
edition = "2021"
rust-version = "1.63"
rust-version = "1.70"

[dependencies]
cadence = "1.4"
cadence = "1.5"
log = "0.4"
tokio = { version = "1", features = ["net", "sync", "time"] }

Expand Down

0 comments on commit 1aec117

Please sign in to comment.