Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
David Gomes authored and David Gomes committed Sep 16, 2023
1 parent 8e5d8e1 commit f4786c5
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
70 changes: 35 additions & 35 deletions server/Cargo.lock

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

16 changes: 8 additions & 8 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@ edition = "2021"
[dependencies]

# Rust++
strum = "0.24"
strum_macros = "0.24"
strum = "0.25.0"
strum_macros = "0.25.2"
lazy_static = "1.4.0"
futures = "0.3"
async-stream = "0.3.3"
rand = "0.8"
futures = "0.3.28"
async-stream = "0.3.5"
rand = "0.8.5"

# HID magic
hidapi = "2"
hidapi = "2.4.1"

# Colors
palette = "0.7"
palette = "0.7.3"

# Async
tokio = { version = "1.32.0", features = ["net", "sync", "macros", "rt-multi-thread", "rt"] }

# Logging & Tracing
tracing = "0.1"
tracing = "0.1.37"

tracing-appender = "0.2"
tracing-subscriber = "0.3.17"
Expand Down

0 comments on commit f4786c5

Please sign in to comment.