Skip to content

Commit

Permalink
update cargo deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Jun 1, 2024
1 parent 7539ec6 commit 6fac858
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 @@ -7,12 +7,12 @@ edition = "2021"

[dependencies]
log = "0.4.21"
tokio = { version = "1.37.0", features = ["full", "tracing"] }
tokio = { version = "1.38.0", features = ["full", "tracing"] }
tokio-util = { version = "0.7.11", features = ["full"] }
tokio-stream = "0.1.15"
sdre-rust-logging = "0.3.2"
clap = { version = "4.5.4", features = ["derive", "env"] }
sdre-stubborn-io = "0.5.5"
sdre-stubborn-io = "0.5.6"
async-trait = "0.1.80"
zmq = "0.10.0"
tmq = "0.4.0"
Expand Down

0 comments on commit 6fac858

Please sign in to comment.