Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SupernaviX committed Dec 18, 2024
1 parent 29c53ea commit ddfa21d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
25 changes: 16 additions & 9 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 @@ -18,7 +18,7 @@ axum = "0.7"
bech32 = "0.11"
chacha20poly1305 = "0.10"
clap = { version = "4.5", features = ["derive"] }
config = "0.14"
config = "0.15"
chrono = "0.4"
cron = "0.13"
dashmap = "6"
Expand Down Expand Up @@ -47,7 +47,7 @@ serde = "1"
serde_json = "1"
tokio = { version = "1", features = ["full"] }
tokio-util = { version = "0.7", features = ["full"] }
tokio-websockets = { version = "0.9", features = ["client", "rustls-webpki-roots", "ring", "rand"] }
tokio-websockets = { version = "0.10", features = ["client", "rustls-webpki-roots", "ring", "rand"] }
tonic = "0.12"
tracing = "0.1.40"
tracing-opentelemetry = "0.28"
Expand Down

0 comments on commit ddfa21d

Please sign in to comment.