aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-03 09:44:37 -0400
committerGitHub <noreply@github.com>2021-11-03 09:44:37 -0400
commit900b6332f3575a5811d1ec5daabb2a04dbc3f263 (patch)
tree0df426ef5b82522a94cf6062fbbcf64609b2951c /Cargo.toml
parent179e945ef8500fa37e0ad0fd598d0080dabf11eb (diff)
downloadxesite-900b6332f3575a5811d1ec5daabb2a04dbc3f263.tar.xz
xesite-900b6332f3575a5811d1ec5daabb2a04dbc3f263.zip
build(deps): bump tracing-subscriber from 0.2.24 to 0.3.1 (#409)
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.24 to 0.3.1. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.2.24...tracing-subscriber-0.3.1) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c97667f..1f548c5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ tokio = { version = "1", features = ["full"] }
tokio-stream = { version = "0.1", features = ["net"] }
tracing = "0.1"
tracing-futures = "0.2"
-tracing-subscriber = { version = "0.2", features = ["fmt"] }
+tracing-subscriber = { version = "0.3", features = ["fmt"] }
warp = "0.3"
xml-rs = "0.8"
url = "2"