diff --git a/Cargo.lock b/Cargo.lock index 58ca283..75b5729 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -656,8 +656,8 @@ dependencies = [ [[package]] name = "fluvio" -version = "0.21.4" -source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.3#7fbe42ca06ead90f1821a551ff258b868f3fff3c" +version = "0.21.5" +source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.4#45c0089dbcd57123ba27470dd410c7b00b93e2ed" dependencies = [ "anyhow", "async-channel", @@ -695,7 +695,7 @@ dependencies = [ [[package]] name = "fluvio-compression" version = "0.3.2" -source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.3#7fbe42ca06ead90f1821a551ff258b868f3fff3c" +source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.4#45c0089dbcd57123ba27470dd410c7b00b93e2ed" dependencies = [ "bytes", "flate2", @@ -709,7 +709,7 @@ dependencies = [ [[package]] name = "fluvio-controlplane-metadata" version = "0.25.1" -source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.3#7fbe42ca06ead90f1821a551ff258b868f3fff3c" +source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.4#45c0089dbcd57123ba27470dd410c7b00b93e2ed" dependencies = [ "anyhow", "async-trait", @@ -773,8 +773,8 @@ dependencies = [ [[package]] name = "fluvio-protocol" -version = "0.10.8" -source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.3#7fbe42ca06ead90f1821a551ff258b868f3fff3c" +version = "0.10.9" +source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.4#45c0089dbcd57123ba27470dd410c7b00b93e2ed" dependencies = [ "bytes", "content_inspector", @@ -795,7 +795,7 @@ dependencies = [ [[package]] name = "fluvio-protocol-derive" version = "0.5.4" -source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.3#7fbe42ca06ead90f1821a551ff258b868f3fff3c" +source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.4#45c0089dbcd57123ba27470dd410c7b00b93e2ed" dependencies = [ "proc-macro2", "quote", @@ -806,7 +806,7 @@ dependencies = [ [[package]] name = "fluvio-sc-schema" version = "0.21.1" -source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.3#7fbe42ca06ead90f1821a551ff258b868f3fff3c" +source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.4#45c0089dbcd57123ba27470dd410c7b00b93e2ed" dependencies = [ "anyhow", "fluvio-controlplane-metadata", @@ -824,7 +824,7 @@ dependencies = [ [[package]] name = "fluvio-smartmodule" version = "0.7.3" -source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.3#7fbe42ca06ead90f1821a551ff258b868f3fff3c" +source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.4#45c0089dbcd57123ba27470dd410c7b00b93e2ed" dependencies = [ "eyre", "fluvio-protocol", @@ -836,7 +836,7 @@ dependencies = [ [[package]] name = "fluvio-smartmodule-derive" version = "0.6.2" -source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.3#7fbe42ca06ead90f1821a551ff258b868f3fff3c" +source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.4#45c0089dbcd57123ba27470dd410c7b00b93e2ed" dependencies = [ "proc-macro2", "quote", @@ -846,7 +846,7 @@ dependencies = [ [[package]] name = "fluvio-socket" version = "0.14.7" -source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.3#7fbe42ca06ead90f1821a551ff258b868f3fff3c" +source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.4#45c0089dbcd57123ba27470dd410c7b00b93e2ed" dependencies = [ "async-channel", "async-lock", @@ -871,7 +871,7 @@ dependencies = [ [[package]] name = "fluvio-spu-schema" version = "0.14.5" -source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.3#7fbe42ca06ead90f1821a551ff258b868f3fff3c" +source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.4#45c0089dbcd57123ba27470dd410c7b00b93e2ed" dependencies = [ "bytes", "derive_builder", @@ -889,7 +889,7 @@ dependencies = [ [[package]] name = "fluvio-stream-model" version = "0.11.1" -source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.3#7fbe42ca06ead90f1821a551ff258b868f3fff3c" +source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.4#45c0089dbcd57123ba27470dd410c7b00b93e2ed" dependencies = [ "async-rwlock", "event-listener 3.1.0", @@ -902,7 +902,7 @@ dependencies = [ [[package]] name = "fluvio-types" version = "0.4.4" -source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.3#7fbe42ca06ead90f1821a551ff258b868f3fff3c" +source = "git+https://github.com/infinyon/fluvio.git?tag=v0.11.4#45c0089dbcd57123ba27470dd410c7b00b93e2ed" dependencies = [ "event-listener 3.1.0", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 9581117..389cca5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,6 @@ bindgen = { version = "0.69.4", default-features = false, features = ["logging", [dependencies] log = "^0.4.20" -fluvio = { features = ["admin"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.3" } +fluvio = { features = ["admin"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.4" } fluvio-future = { version = "0.6.2", features = ["task", "io"] } anyhow = "1.0.79"