Skip to content

Commit 2aaa79b

Browse files
committed
Resolve MSRV check
1 parent 56eadbd commit 2aaa79b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ tera = "1"
118118
thrift = "0.17.0"
119119
tokio = { version = "1.47", default-features = false }
120120
toml = "0.8"
121-
tracing = "0.1.40"
122-
tracing-subscriber = ">=0.3.20"
121+
tracing = "0.1.41"
122+
tracing-subscriber = "0.3.20"
123123
typed-builder = "0.20"
124124
url = "2.5.7"
125125
uuid = { version = "1.18", features = ["v7"] }

0 commit comments

Comments
 (0)