Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Vigith Maurice <vigith@gmail.com>
  • Loading branch information
vigith committed Sep 7, 2024
1 parent 6cb969e commit d2b22bc
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "numaflow"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
rust-version = "1.80"
description = "Rust SDK for Numaflow"
Expand All @@ -18,24 +18,24 @@ name = "numaflow"
path = "src/lib.rs"

[dependencies]
tonic = "0.12.0"
prost = "0.13.1"
prost-types = "0.13.1"
tonic = "0.12.2"
prost = "0.13.2"
prost-types = "0.13.2"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "signal"] }
tokio-util = "0.7.10"
tokio-stream = { version = "0.1.14", features = ["net"] }
serde = { version = "1.0.194", features = ["derive"] }
tokio-util = "0.7.12"
tokio-stream = { version = "0.1.16", features = ["net"] }
serde = { version = "1.0.210", features = ["derive"] }
chrono = "0.4.38"
serde_json = "1.0.111"
serde_json = "1.0.128"
futures-util = "0.3.30"
tracing = "0.1.40"
uuid = { version = "1.8.0", features = ["v4"] }
uuid = { version = "1.10.0", features = ["v4"] }
thiserror = "1.0"
hyper-util = "0.1.6"
hyper-util = "0.1.7"

[build-dependencies]
tonic-build = "0.12.0"
tonic-build = "0.12.2"

[dev-dependencies]
tempfile = "3.9.0"
tower = "0.4.13"
tower = { version = "0.5.0", features = ["util"] }

0 comments on commit d2b22bc

Please sign in to comment.