Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Sep 7, 2024
1 parent f4dd3d1 commit 82facab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 54 deletions.
56 changes: 4 additions & 52 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 @@ -8,11 +8,11 @@ edition = "2021"
[dependencies]
log = "0.4.22"
tokio = { version = "1.40.0", features = ["full", "tracing"] }
tokio-util = { version = "0.7.11", features = ["full"] }
tokio-util = { version = "0.7.12", features = ["full"] }
tokio-stream = "0.1.16"
sdre-rust-logging = "0.3.4"
clap = { version = "4.5.17", features = ["derive", "env"] }
sdre-stubborn-io = "0.5.8"
sdre-stubborn-io = "0.5.9"
async-trait = "0.1.82"
zmq = "0.10.0"
tmq = "0.4.0"
Expand Down

0 comments on commit 82facab

Please sign in to comment.