diff --git a/src/dep_tests/cargo_thrift/Cargo.toml b/src/dep_tests/cargo_thrift/Cargo.toml index eec85eb0385..5d7037370f2 100644 --- a/src/dep_tests/cargo_thrift/Cargo.toml +++ b/src/dep_tests/cargo_thrift/Cargo.toml @@ -25,7 +25,7 @@ serde = { version = "1.0.126", features = ["derive", "rc"] } serde_derive = "1.0" thiserror = "1.0.29" tokio_shim = { path = "../../../../../../common/rust/shed/tokio_shim" } -tracing = "0.1.26" +tracing = "0.1.27" tracing-futures = "0.2.5" [build-dependencies]