Skip to content

Commit 17316b1

Browse files
authored
Upgrade dependencies (#1279)
1 parent b26b20a commit 17316b1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

opentelemetry-contrib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ criterion = { version = "0.5", features = ["html_reports"] }
4747
futures-util = { version = "0.3", default-features = false, features = ["std"] }
4848
opentelemetry_sdk = { path = "../opentelemetry-sdk", features = ["trace", "testing"] }
4949
[target.'cfg(not(target_os = "windows"))'.dev-dependencies]
50-
pprof = { version = "0.12", features = ["flamegraph", "criterion"] }
50+
pprof = { version = "0.13", features = ["flamegraph", "criterion"] }
5151

5252
[[bench]]
5353
name = "new_span"

opentelemetry-sdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ futures-channel = "0.3"
1919
futures-executor = "0.3"
2020
futures-util = { version = "0.3.17", default-features = false, features = ["std", "sink", "async-await-macro"] }
2121
once_cell = "1.10"
22-
ordered-float = "3.4.0"
22+
ordered-float = "4.0"
2323
percent-encoding = { version = "2.0", optional = true }
2424
rand = { version = "0.8", default-features = false, features = ["std", "std_rng"], optional = true }
2525
regex = { version = "1.0", optional = true }
@@ -39,7 +39,7 @@ rustdoc-args = ["--cfg", "docsrs"]
3939
indexmap = "2.0"
4040
criterion = { version = "0.5", features = ["html_reports"] }
4141
[target.'cfg(not(target_os = "windows"))'.dev-dependencies]
42-
pprof = { version = "0.12", features = ["flamegraph", "criterion"] }
42+
pprof = { version = "0.13", features = ["flamegraph", "criterion"] }
4343

4444
[features]
4545
default = ["trace"]

opentelemetry-stdout/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ opentelemetry = { version = "0.21", path = "../opentelemetry", default_features
2929
opentelemetry_sdk = { version = "0.20", path = "../opentelemetry-sdk", default_features = false }
3030
serde = { version = "1.0", features = ["derive"] }
3131
serde_json = "1.0"
32-
ordered-float = "3.4.0"
32+
ordered-float = "4.0"
3333

3434
[dev-dependencies]
3535
opentelemetry = { version = "0.21", path = "../opentelemetry", features = ["metrics"] }

0 commit comments

Comments
 (0)