Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Oct 24, 2024
1 parent ab885ff commit 7c2d3c0
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
60 changes: 30 additions & 30 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 @@ -7,14 +7,14 @@ edition = "2021"

[dependencies]
log = "0.4.22"
tokio = { version = "1.40.0", features = ["full", "tracing"] }
tokio = { version = "1.41.0", features = ["full", "tracing"] }
tokio-util = { version = "0.7.12", features = ["full"] }
tokio-stream = "0.1.16"
sdre-rust-logging = "0.3.4"
clap = { version = "4.5.18", features = ["derive", "env"] }
sdre-stubborn-io = "0.5.9"
clap = { version = "4.5.20", features = ["derive", "env"] }
sdre-stubborn-io = "0.5.10"
async-trait = "0.1.83"
zmq = "0.10.0"
tmq = "0.4.0"
futures = "0.3.30"
anyhow = "1.0.89"
tmq = "0.5.0"
futures = "0.3.31"
anyhow = "1.0.91"

0 comments on commit 7c2d3c0

Please sign in to comment.