From a7b9b564ede96fd8256762f39f63f00782e2104a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 23:46:31 +0000 Subject: [PATCH] Update rustracing requirement from 0.5.1 to 0.6.0 Updates the requirements on [rustracing](https://github.com/sile/rustracing) to permit the latest version. - [Release notes](https://github.com/sile/rustracing/releases) - [Commits](https://github.com/sile/rustracing/compare/0.5.1...0.6.0) --- updated-dependencies: - dependency-name: rustracing dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pingora-cache/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pingora-cache/Cargo.toml b/pingora-cache/Cargo.toml index 3add293c..a28babde 100644 --- a/pingora-cache/Cargo.toml +++ b/pingora-cache/Cargo.toml @@ -35,7 +35,7 @@ httpdate = "1.0.2" log = { workspace = true } async-trait = { workspace = true } parking_lot = "0.12" -rustracing = "0.5.1" +rustracing = "0.6.0" rustracing_jaeger = "0.7" rmp = "0.8" tokio = { workspace = true }