Skip to content

Commit

Permalink
build(deps): bump metrics-exporter-statsd from 0.7.0 to 0.8.0
Browse files Browse the repository at this point in the history
Bumps [metrics-exporter-statsd](https://github.com/github/metrics-exporter-statsd) from 0.7.0 to 0.8.0.
- [Changelog](https://github.com/github/metrics-exporter-statsd/blob/main/CHANGELOG.md)
- [Commits](github/metrics-exporter-statsd@0.7.0...0.8.0)

---
updated-dependencies:
- dependency-name: metrics-exporter-statsd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 147365f commit 6e9926c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion iris-mpc-gpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sodiumoxide = "0.2.7"
iris-mpc-common = { path = "../iris-mpc-common" }
base64 = "0.22.1"
metrics = "0.22.1"
metrics-exporter-statsd = "0.7"
metrics-exporter-statsd = "0.8"

[dev-dependencies]
criterion = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion iris-mpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ iris-mpc-common = { path = "../iris-mpc-common" }
iris-mpc-store = { path = "../iris-mpc-store" }
sha2 = "0.10.8"
metrics = "0.22.1"
metrics-exporter-statsd = "0.7"
metrics-exporter-statsd = "0.8"

[dev-dependencies]
criterion = "0.5"
Expand Down

0 comments on commit 6e9926c

Please sign in to comment.