diff --git a/datadog-ipc/tarpc/Cargo.toml b/datadog-ipc/tarpc/Cargo.toml index 06d5144ca7..647a74b7a4 100644 --- a/datadog-ipc/tarpc/Cargo.toml +++ b/datadog-ipc/tarpc/Cargo.toml @@ -70,7 +70,7 @@ opentelemetry = { version = "0.17.0", default-features = false, optional = true [dev-dependencies] assert_matches = "1.4" -bincode = "1.3" +bincode = "3.0" bytes = { version = "1.11.1", features = ["serde"] } flate2 = "1.0" futures-test = "0.3" diff --git a/datadog-sidecar/Cargo.toml b/datadog-sidecar/Cargo.toml index e0194393af..23d72ed82b 100644 --- a/datadog-sidecar/Cargo.toml +++ b/datadog-sidecar/Cargo.toml @@ -40,7 +40,7 @@ datadog-ipc-macros = { path = "../datadog-ipc-macros" } rand = "0.8.3" serde = { version = "1.0", features = ["derive", "rc"] } serde_with = "3.6.0" -bincode = { version = "1.3.3" } +bincode = { version = "3.0.0" } serde_json = "1.0" base64 = "0.22.1" spawn_worker = { path = "../spawn_worker" }