Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Apr 7, 2024
1 parent c3bb764 commit c5be21f
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
106 changes: 53 additions & 53 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 @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
chrono = "0.4"
const_format = "0.2"
clap = { version = "4.3", features = ["derive"] }
clap = { version = "4.5", features = ["derive"] }
rusttype = "0.9"
number_prefix = "0.4"
env_logger = "0.11"
Expand All @@ -17,7 +17,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simple_moving_average = "1.0"
thread-priority = "0.16"
tokio = { version = "1.29", features = ["fs", "rt-multi-thread", "net", "io-util", "macros", "process", "signal", "sync", "time"] }
tokio = { version = "1.37", features = ["fs", "rt-multi-thread", "net", "io-util", "macros", "process", "signal", "sync", "time"] }
vncserver = { version ="0.2", optional = true}

[dev-dependencies]
Expand Down

0 comments on commit c5be21f

Please sign in to comment.