Skip to content

Commit

Permalink
bumb dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Jan 23, 2022
1 parent 63860e9 commit 8372ce4
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 61 deletions.
107 changes: 48 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ err-derive = "0.3"
parse-display = "0.5"
main_error = "0.1"
jemallocator = { version = "0.3", optional = true }
better-panic = { version = "0.2", optional = true }
better-panic = { version = "0.3", optional = true }
no-panic = { version = "0.1", optional = true }
fnv = "1"
steamid-ng = "1"
schemars = { version = "0.8", optional = true }
tracing = "0.1"
tracing-subscriber = "0.3"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

[features]
schema = ["schemars", "bitbuffer/schemars"]
Expand Down

0 comments on commit 8372ce4

Please sign in to comment.