Skip to content

Commit cf35cf1

Browse files
authored
chore(deps): upgrade pprof and remove obsolete forced minimum versions (#210)
## Motivation Clean up our dependencies. ## Solution `pprof` was the only thing that pulled `thiserror@1` so let's get rid of it. It's just a dev dependency. The forced versions seem to have been fixed by upgrading `opentelemetry` and its transitive dependencies.
1 parent 68a77dc commit cf35cf1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Cargo.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,10 @@ tracing-core = "0.1.28"
3030
tracing-subscriber = { version = "0.3.0", default-features = false, features = ["registry", "std"] }
3131
tracing-log = { version = "0.2.0", default-features = false, optional = true }
3232
once_cell = "1.13.0"
33+
smallvec = { version = "1.0", optional = true }
3334

3435
# Fix minimal-versions
35-
async-trait = { version = "0.1.56", optional = true }
36-
futures-util = { version = "0.3.17", optional = true }
3736
lazy_static = { version = "1.0.2", optional = true }
38-
# Work around incorrect minimal version in opentelemetry, https://github.com/open-telemetry/opentelemetry-rust/pull/2406
39-
thiserror-1 = { package = "thiserror", version = "1.0.31", optional = true }
40-
thiserror = { version = "2", optional = true }
41-
smallvec = { version = "1.0", optional = true }
4237

4338
[dev-dependencies]
4439
async-trait = "0.1.56"
@@ -56,7 +51,7 @@ tracing-error = "0.2.0"
5651
tracing-subscriber = { version = "0.3.0", default-features = false, features = ["registry", "std", "fmt"] }
5752

5853
[target.'cfg(not(target_os = "windows"))'.dev-dependencies]
59-
pprof = { version = "0.14.0", features = ["flamegraph", "criterion"] }
54+
pprof = { version = "0.15.0", features = ["flamegraph", "criterion"] }
6055

6156
[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies]
6257
js-sys = "0.3.64"

0 commit comments

Comments
 (0)