Skip to content

Commit 2def61e

Browse files
chore(deps): bump tracing-subscriber from 0.3.20 to 0.3.22 (#83)
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.20 to 0.3.22. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.20...tracing-subscriber-0.3.22) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-version: 0.3.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8ccb13 commit 2def61e

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ license = "Apache-2.0"
1010
[dependencies]
1111
dioxus = { version = "0.7", features = ["fullstack", "router"] }
1212
tracing-subscriber = { version = "0.3", optional = true, default-features = false, features = ["ansi"] }
13+
tracing = { version = "0.1", default-features = false, features = ["attributes"], optional = true }
1314
tokio = { version = "1", optional = true }
1415
tokio-util = { version = "0.7", optional = true, features = ["time"] }
1516
axum = { version = "0.8", optional = true }
@@ -52,13 +53,15 @@ server = [
5253
"dep:futures-util",
5354
"dep:rand",
5455
"dep:tracing-subscriber",
56+
"dep:tracing",
5557
"dep:async-stream",
5658
"dioxus/server",
5759
]
5860
web = ["dioxus/web", "jiff/js"]
5961
desktop = ["dioxus/desktop"]
6062
mobile = ["dioxus/mobile"]
6163
async-stream = ["dep:async-stream"]
64+
tracing = ["dep:tracing"]
6265

6366
[profile]
6467

src/server.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ use std::{
1111
use anyhow::{Context, anyhow, bail};
1212
use axum::{Router, body::Bytes, routing::get};
1313
use clap::Parser;
14-
use dioxus::logger::tracing;
1514
use dioxus::prelude::*;
1615
use futures_util::{FutureExt, TryFutureExt, ready};
1716
use jiff::{Span, SpanRelativeTo, ToSpan, Zoned};

0 commit comments

Comments
 (0)