Skip to content

Commit

Permalink
build: Update cadence to 1.4.0 and statsdproxy to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-auer committed Sep 5, 2024
1 parent 26c1fda commit 415ff46
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 35 deletions.
40 changes: 8 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ bindgen = "0.70.1"
brotli = "6.0.0"
bytecount = "0.6.0"
bytes = "1.4.0"
cadence = "0.29.0"
cadence = "1.4.0"
chrono = { version = "0.4.31", default-features = false, features = [
"std",
"serde",
Expand Down Expand Up @@ -157,7 +157,7 @@ smallvec = { version = "1.11.2", features = ["serde"] }
socket2 = "0.5.7"
sqlparser = "0.44.0"
sqlx = { version = "0.8.1", default-features = false }
statsdproxy = { version = "0.1.2", default-features = false }
statsdproxy = { version = "0.2.0", default-features = false }
symbolic-common = { version = "12.1.2", default-features = false }
symbolic-unreal = { version = "12.1.2", default-features = false }
syn = "1.0.14"
Expand Down
2 changes: 1 addition & 1 deletion relay-statsd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ crossbeam-channel = { workspace = true }
parking_lot = { workspace = true }
rand = { workspace = true }
relay-log = { workspace = true }
statsdproxy = { workspace = true, features = ["cadence-adapter"], default-features = false }
statsdproxy = { workspace = true, features = ["cadence"] }

[features]
default = []
Expand Down

0 comments on commit 415ff46

Please sign in to comment.