Skip to content

Commit

Permalink
Remove unused dependencies (#11320)
Browse files Browse the repository at this point in the history
  • Loading branch information
c410-f3r committed Sep 29, 2024
1 parent 65f7e88 commit 3297dcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 58 deletions.
55 changes: 0 additions & 55 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ zstd = "0.13"
metrics = "0.23.0"
metrics-exporter-prometheus = { version = "0.15.0", default-features = false }
metrics-process = "2.1.0"
metrics-util = "0.17.0"
metrics-util = { default-features = false, version = "0.17.0" }

# proc-macros
proc-macro2 = "1.0"
Expand Down Expand Up @@ -581,8 +581,8 @@ iai-callgrind = "0.11"
pprof = "0.13"
proptest = "1.4"
proptest-derive = "0.5"
serial_test = "3"
similar-asserts = "1.5.0"
serial_test = { default-features = false, version = "3" }
similar-asserts = { default-features = false, version = "1.5.0" }
tempfile = "3.8"
test-fuzz = "5"

Expand Down

0 comments on commit 3297dcb

Please sign in to comment.