Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Oct 20, 2023
1 parent ea47810 commit 314de0b
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 58 deletions.
104 changes: 52 additions & 52 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,24 +34,24 @@ log = "0.4.20"
futures = "0.3.28"
tracing-fmt = "0.1.1"
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json"] }
tracing = "0.1.37"
tokio = { version = "1.32.0", features = ["sync", "rt-multi-thread", "macros", "io-std", "fs", "signal", "io-util"] }
tracing = "0.1.40"
tokio = { version = "1.33.0", features = ["sync", "rt-multi-thread", "macros", "io-std", "fs", "signal", "io-util"] }
log-panics = { version = "2.1.0", features = ["with-backtrace"] }
backtrace = "0.3.69"
ctrlc = "3.4.1"
tokio-util = "0.7.9"
serde = "1.0.188"
serde = "1.0.189"
serde_json = "1.0.107"
# sentry = { version = "0.27.0", optional = true }
# sentry-tracing = { version = "0.27.0", optional = true }
async-tungstenite = { version = "0.23.0", features = ["tokio-runtime"] }
thiserror = "1.0.49"
thiserror = "1.0.50"
getset = "0.1.2"
async-trait = "0.1.73"
async-trait = "0.1.74"
once_cell = "1.18.0"
lazy_static = "1.4.0"
console-subscriber = { version="0.2.0", optional = true }
mdns-sd = "0.8.0"
mdns-sd = "0.8.1"
local-ip-address = "0.5.6"
rand = "0.8.5"

Expand Down

0 comments on commit 314de0b

Please sign in to comment.