Skip to content

Commit f1b4867

Browse files
Consolidate dependencies: (#1032)
* prost Co-authored-by: Levi Morrison <levi.morrison@datadoghq.com>
1 parent 7f595c0 commit f1b4867

File tree

7 files changed

+17
-65
lines changed

7 files changed

+17
-65
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE-3rdparty.yml

Lines changed: 2 additions & 50 deletions
Large diffs are not rendered by default.

ddsketch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license.workspace = true
99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12-
prost = "0.11.6"
12+
prost = "0.13.5"
1313

1414
[build-dependencies]
1515
prost-build = { version = "0.11.9", optional = true }

profiling-replayer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license.workspace = true
1111
anyhow = "1.0"
1212
clap = { version = "4.3.21", features = ["cargo", "color", "derive"] }
1313
datadog-profiling = { path = "../profiling"}
14-
prost = "0.12"
14+
prost = "0.13.5"
1515
sysinfo = {version = "0.29.8", default-features = false}
1616

1717
[[bin]]

profiling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ lz4_flex = { version = "0.9", default-features = false, features = ["std", "safe
4141
mime = "0.3.16"
4242
mime_guess = {version = "2.0", default-features = false}
4343
percent-encoding = "2.1"
44-
prost = "0.12"
44+
prost = "0.13.5"
4545
rustc-hash = { version = "1.1", default-features = false }
4646
serde = {version = "1.0", features = ["derive"]}
4747
serde_json = {version = "1.0"}

trace-protobuf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license.workspace = true
1010
bench = false
1111

1212
[dependencies]
13-
prost = "0.11.6"
13+
prost = "0.13.5"
1414
serde = { version = "1.0.145", features = ["derive"] }
1515
serde_bytes = "0.11.9"
1616

trace-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ hyper = { version = "1.6", features = ["http1", "client"] }
2020
http-body-util = "0.1"
2121

2222
serde = { version = "1.0.145", features = ["derive"] }
23-
prost = "0.11.6"
23+
prost = "0.13.5"
2424
rmp-serde = "1.1.1"
2525
log = "0.4"
2626
serde_json = "1.0"

0 commit comments

Comments
 (0)