Skip to content

Commit

Permalink
chore: upgrade deps (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets authored Dec 11, 2024
1 parent a15758d commit c7ee8d1
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 100 deletions.
134 changes: 38 additions & 96 deletions Cargo.lock

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

6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ pin-project-lite = "0.2"
pin-utils = "0.1.0"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
thiserror = "1.0.67"
streamstore = "0.3.0"
thiserror = "2.0.6"
tokio = { version = "1.41.1", features = ["full"] }
tokio-stream = { version = "0.1.16", features = ["io-util"] }
toml = "0.8.19"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

[dependencies.streamstore]
git = "https://github.com/s2-streamstore/s2-sdk-rust.git"
rev = "8f6995159a79f0d2334d071115dfecf9965fda73"

0 comments on commit c7ee8d1

Please sign in to comment.