Skip to content

Commit

Permalink
chore: remove unused deps + bump sdk version (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbalogh authored Feb 19, 2025
1 parent de75543 commit 3460de5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
35 changes: 21 additions & 14 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ name = "s2"
path = "src/main.rs"

[dependencies]
async-stream = "0.3.6"
base64ct = { version = "1.6.0", features = ["alloc"] }
bytes = "1.9.0"
clap = { version = "4.5.27", features = ["derive"] }
Expand All @@ -22,14 +21,13 @@ colored = "3.0.0"
config = "0.15.6"
dirs = "6.0.0"
futures = "0.3.31"
http = "1.2.0"
humantime = "2.1.0"
indicatif = "0.17.9"
miette = { version = "7.4.0", features = ["fancy"] }
rand = "0.8.5"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.137"
streamstore = "0.8.1"
streamstore = "0.8.2"
thiserror = "2.0.11"
tokio = { version = "1.43.0", features = ["full"] }
tokio-stream = { version = "0.1.17", features = ["io-util"] }
Expand Down

0 comments on commit 3460de5

Please sign in to comment.