From d984c0ad3394a64d581101fcb985a30739b3a6ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 06:42:38 +0000 Subject: [PATCH] Bump tracing-subscriber from 0.2.16 to 0.2.17 in /bindings/python Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.16 to 0.2.17. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.2.16...tracing-subscriber-0.2.17) Signed-off-by: dependabot[bot] --- bindings/python/Cargo.lock | 4 ++-- bindings/python/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bindings/python/Cargo.lock b/bindings/python/Cargo.lock index 65de98202..3848ef106 100644 --- a/bindings/python/Cargo.lock +++ b/bindings/python/Cargo.lock @@ -1231,9 +1231,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ab8966ac3ca27126141f7999361cc97dd6fb4b71da04c02044fa9045d98bb96" +checksum = "705096c6f83bf68ea5d357a6aa01829ddbdac531b357b45abeca842938085baa" dependencies = [ "ansi_term", "chrono", diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 3254c3c1c..8142a62a0 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -44,7 +44,7 @@ msrv = "1.48.0" [dependencies] sodiumoxide = "0.2.6" tracing = "0.1.25" -tracing-subscriber = "0.2.16" +tracing-subscriber = "0.2.17" pyo3 = {version = "0.13.2", features = ["abi3-py36", "extension-module"]} xaynet-core = { path = "../../rust/xaynet-core", version = "0.2.0"} xaynet-mobile = { path = "../../rust/xaynet-mobile", version = "0.1.0"}