Skip to content

Commit

Permalink
Fix duplicate dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Nov 15, 2020
1 parent 29b874f commit d15e4cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
28 changes: 11 additions & 17 deletions 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 kamu-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ zip = "*"
ringbuf = "*"

# Remotes
bytes = "*"
bytes = "0.5" # Have to use older version to match rusoto
futures = "0.3"
tokio = { version = "0.2", features=[]} # Have to use older version to match rusoto. See: https://github.com/rusoto/rusoto/issues/1845
rusoto_core = {version = "*", default_features = false, features=["rustls"]}
Expand Down

0 comments on commit d15e4cf

Please sign in to comment.