diff --git a/Cargo.lock b/Cargo.lock index 696bfca..cca1f00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -280,23 +280,14 @@ dependencies = [ [[package]] name = "code0-flow" -version = "0.0.38" +version = "0.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "708985c5041a712c44a26f15b5658946469ff79dc092e5ffb37e8861029f6bd9" +checksum = "f6bac81931da426429ac4ca93b80ff246900d64e8190ec2c4e0382ff35157857" dependencies = [ "async-nats", - "async-trait", - "dotenv", "futures-core", - "log", - "regex", - "serde", - "serde_json", - "tokio", "tonic", "tonic-health", - "tucana", - "walkdir", ] [[package]] @@ -493,12 +484,6 @@ dependencies = [ "const-random", ] -[[package]] -name = "dotenv" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f" - [[package]] name = "ed25519" version = "2.2.3" @@ -1718,15 +1703,6 @@ version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" -[[package]] -name = "same-file" -version = "1.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" -dependencies = [ - "winapi-util", -] - [[package]] name = "schannel" version = "0.1.29" @@ -2435,16 +2411,6 @@ version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" -[[package]] -name = "walkdir" -version = "2.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" -dependencies = [ - "same-file", - "winapi-util", -] - [[package]] name = "want" version = "0.3.1" @@ -2575,15 +2541,6 @@ dependencies = [ "rustls-pki-types", ] -[[package]] -name = "winapi-util" -version = "0.1.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" -dependencies = [ - "windows-sys 0.61.2", -] - [[package]] name = "windows-link" version = "0.2.1" diff --git a/Cargo.toml b/Cargo.toml index 0a54e7c..060b4de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ env_logger = "0.11.8" prost = "0.14.1" tonic = "0.14.1" tucana = { version = "0.0.75", features = ["all"] } -code0-flow = { version = "0.0.38", features = ["flow_health"] } +code0-flow = { version = "0.0.40", features = ["flow_health"] } serde_json = "1.0.140" async-nats = "0.49.0" tonic-health = "0.14.1"