Skip to content

Commit 1aec117

Browse files
committed
Upgrade cadence to 1.5.
1 parent 9ce0ed1 commit 1aec117

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[package]
22
name = "tokio-cadence"
33
description = "Tokio-based metric sinks for Cadence "
4-
version = "0.5.0"
4+
version = "0.6.0"
55
repository = "https://github.com/ecliptical/tokio-cadence"
66
authors = ["Peter Nehrer <pnehrer@eclipticalsoftware.com>"]
77
license = "MIT"
88
keywords = ["cadence", "statsd", "metrics", "async", "tokio"]
99
edition = "2021"
10-
rust-version = "1.63"
10+
rust-version = "1.70"
1111

1212
[dependencies]
13-
cadence = "1.4"
13+
cadence = "1.5"
1414
log = "0.4"
1515
tokio = { version = "1", features = ["net", "sync", "time"] }
1616

0 commit comments

Comments
 (0)