Skip to content

Commit

Permalink
bump: fluvio deps (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgrakkurt authored Aug 4, 2023
1 parent 430bb68 commit 5ca5a2b
Show file tree
Hide file tree
Showing 11 changed files with 404 additions and 434 deletions.
714 changes: 371 additions & 343 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ serde_json = "1.0.59"
rpassword = "5.0.0"
anyhow = "1.0.70"

fluvio = { features = ["admin"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.10.11-dev-1" }
fluvio-types = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.10.12-dev-1" }
fluvio = { features = ["admin"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.10.14" }
fluvio-types = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.10.14" }
116 changes: 29 additions & 87 deletions integration-tests/smartmodule-filter-on-a/Cargo.lock

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

2 changes: 1 addition & 1 deletion integration-tests/smartmodule-filter-on-a/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
crate-type = ['cdylib']

[dependencies]
fluvio-smartmodule = "0.3.1"
fluvio-smartmodule = "0.7.2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="fluvio",
version="0.15.4",
version="0.15.5",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
author="Fluvio Contributors",
Expand Down

0 comments on commit 5ca5a2b

Please sign in to comment.