Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Nov 10, 2024
1 parent da6b94f commit c343093
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

8 changes: 4 additions & 4 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.41.0", features = ["full", "tracing"] }
tokio = { version = "1.41.1", features = ["full", "tracing"] }
tokio-util = { version = "0.7.12", features = ["full"] }
tokio-stream = "0.1.16"
sdre-rust-logging = "0.3.4"
sdre-rust-logging = "0.3.6"
clap = { version = "4.5.20", features = ["derive", "env"] }
sdre-stubborn-io = "0.5.10"
sdre-stubborn-io = "0.5.11"
async-trait = "0.1.83"
zmq = "0.10.0"
tmq = "0.5.0"
futures = "0.3.31"
anyhow = "1.0.91"
anyhow = "1.0.93"

0 comments on commit c343093

Please sign in to comment.