From 9430b45b551cb2d52eab62b06a45bc8fa9005ba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 20:23:23 +0000 Subject: [PATCH] Update tracing-subscriber requirement from 0.2 to 0.3 Updates the requirements on [tracing-subscriber](https://github.com/tokio-rs/tracing) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.2.0...tracing-subscriber-0.3.1) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- wrapper/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrapper/Cargo.toml b/wrapper/Cargo.toml index 5c35f8f..1e33f62 100644 --- a/wrapper/Cargo.toml +++ b/wrapper/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] game = { version = "0.1", path = "../game"} -tracing-subscriber = "0.2" +tracing-subscriber = "0.3" tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } sentry = "0.23" tracing = "0.1"