Skip to content

Commit

Permalink
build(deps): bump metrics from 0.22.3 to 0.23.0
Browse files Browse the repository at this point in the history
Bumps [metrics](https://github.com/metrics-rs/metrics) from 0.22.3 to 0.23.0.
- [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml)
- [Commits](metrics-rs/metrics@metrics-v0.22.3...metrics-v0.23.0)

---
updated-dependencies:
- dependency-name: metrics
  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 9ca2f54
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 @@ -29,7 +29,7 @@ serde_json.workspace = true
sodiumoxide = "0.2.7"
iris-mpc-common = { path = "../iris-mpc-common" }
base64 = "0.22.1"
metrics = "0.22.1"
metrics = "0.23.0"
metrics-exporter-statsd = "0.7"

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

[dev-dependencies]
Expand Down

0 comments on commit 9ca2f54

Please sign in to comment.