From 417da6e98fa4ce0f236ac8c527a84fc3b87598cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 06:29:15 +0000 Subject: Bump thiserror from 1.0.31 to 1.0.35 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.31 to 1.0.35. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.31...1.0.35) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ee6c4ca..78a0e01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ dashmap = "5.3.4" futures = "0.3.24" mqtt-format = { version = "0.2.0", path = "mqtt-format" } nom = { version = "7.1.1" } -thiserror = "1.0.31" +thiserror = "1.0.35" tokio = { version = "1.21.1", default-features = false, features = [ "net", "time", -- cgit v1.2.3 From 0b93625d3ab731ef9e0c1f49f9061fe20eca6fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 06:29:21 +0000 Subject: Bump tracing-subscriber from 0.3.14 to 0.3.15 Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.14 to 0.3.15. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.14...tracing-subscriber-0.3.15) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ee6c4ca..d46c384 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ tokio-util = { version = "0.7.4", features = [ "compat", ] } tracing = "0.1.36" -tracing-subscriber = { version = "0.3.14", optional = true, features = [ +tracing-subscriber = { version = "0.3.15", optional = true, features = [ "env-filter", ] } -- cgit v1.2.3