Skip to content

Commit

Permalink
Update kamu-cli deps to v0.171.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s373r committed Apr 5, 2024
1 parent 80a34bd commit f1ddd86
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 60 deletions.
109 changes: 63 additions & 46 deletions Cargo.lock

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

28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ resolver = "2"

[workspace.dependencies]
# Utils
container-runtime = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.168.0", version = "0.168.0", default-features = false }
event-bus = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.168.0", version = "0.168.0", default-features = false }
internal-error = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.168.0", version = "0.168.0", default-features = false }
container-runtime = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.171.0", version = "0.171.0", default-features = false }
event-bus = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.171.0", version = "0.171.0", default-features = false }
internal-error = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.171.0", version = "0.171.0", default-features = false }
# Domain
opendatafabric = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.168.0", version = "0.168.0", default-features = false }
kamu-task-system = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.168.0", version = "0.168.0", default-features = false }
opendatafabric = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.171.0", version = "0.171.0", default-features = false }
kamu-task-system = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.171.0", version = "0.171.0", default-features = false }
# Infra
kamu = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.168.0", version = "0.168.0", default-features = false }
kamu-task-system-inmem = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.168.0", version = "0.168.0", default-features = false }
kamu-flow-system-inmem = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.168.0", version = "0.168.0", default-features = false }
kamu-adapter-graphql = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.168.0", version = "0.168.0", default-features = false }
kamu-adapter-http = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.168.0", version = "0.168.0", default-features = false }
kamu-adapter-oauth = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.168.0", version = "0.168.0", default-features = false }
kamu-adapter-odata = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.168.0", version = "0.168.0", default-features = false }
kamu-adapter-auth-oso = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.168.0", version = "0.168.0", default-features = false }
kamu-adapter-flight-sql = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.168.0", version = "0.168.0", default-features = false }
kamu = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.171.0", version = "0.171.0", default-features = false }
kamu-task-system-inmem = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.171.0", version = "0.171.0", default-features = false }
kamu-flow-system-inmem = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.171.0", version = "0.171.0", default-features = false }
kamu-adapter-graphql = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.171.0", version = "0.171.0", default-features = false }
kamu-adapter-http = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.171.0", version = "0.171.0", default-features = false }
kamu-adapter-oauth = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.171.0", version = "0.171.0", default-features = false }
kamu-adapter-odata = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.171.0", version = "0.171.0", default-features = false }
kamu-adapter-auth-oso = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.171.0", version = "0.171.0", default-features = false }
kamu-adapter-flight-sql = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.171.0", version = "0.171.0", default-features = false }


[workspace.package]
Expand Down

0 comments on commit f1ddd86

Please sign in to comment.