Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 8372ce4

Browse files
committed
bumb dependencies
1 parent 63860e9 commit 8372ce4

File tree

2 files changed

+50
-61
lines changed

2 files changed

+50
-61
lines changed

Cargo.lock

Lines changed: 48 additions & 59 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
@@ -38,13 +38,13 @@ err-derive = "0.3"
3838
parse-display = "0.5"
3939
main_error = "0.1"
4040
jemallocator = { version = "0.3", optional = true }
41-
better-panic = { version = "0.2", optional = true }
41+
better-panic = { version = "0.3", optional = true }
4242
no-panic = { version = "0.1", optional = true }
4343
fnv = "1"
4444
steamid-ng = "1"
4545
schemars = { version = "0.8", optional = true }
4646
tracing = "0.1"
47-
tracing-subscriber = "0.3"
47+
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
4848

4949
[features]
5050
schema = ["schemars", "bitbuffer/schemars"]

0 commit comments

Comments
 (0)