Skip to content

Commit 2d26878

Browse files
committed
Unpin Tracing Version
1 parent 341d8a0 commit 2d26878

File tree

3 files changed

+21
-43
lines changed

3 files changed

+21
-43
lines changed

Cargo.lock

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

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ tokio-postgres = { version = "0.7", features = [
6262
] }
6363
tokio-stream = "0.1.17"
6464
tracing = "0.1"
65-
tracing-subscriber = { version = "=0.3.19", features = [
65+
tracing-subscriber = { version = "0.3.20", features = [
6666
"env-filter",
6767
"fmt",
6868
"time",

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ clap = { version = "4.5.46", features = ["derive", "env"] }
88
anyhow = { version = "1.0.99" }
99
tokio = { version = "1.47.1", features = ["full"] }
1010
tracing = { version = "0.1.41" }
11-
tracing-subscriber = { version = "=0.3.19", features = [
11+
tracing-subscriber = { version = "0.3.20", features = [
1212
"env-filter",
1313
"fmt"
1414
] }

0 commit comments

Comments
 (0)