Skip to content

Commit

Permalink
Fix "cargo-hakari"
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Mar 11, 2024
1 parent 674cf81 commit b0cd78f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
18 changes: 3 additions & 15 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 src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ digest = { version = "0.10", features = ["mac", "oid", "std"] }
either = { version = "1", features = ["serde"] }
fail = { version = "0.5", default-features = false, features = ["failpoints"] }
flate2 = { version = "1", features = ["zlib"] }
flume = { version = "0.11" }
flume = { version = "0.10" }
frunk_core = { version = "0.4", default-features = false, features = ["std"] }
futures = { version = "0.3" }
futures-channel = { version = "0.3", features = ["sink"] }
Expand Down

0 comments on commit b0cd78f

Please sign in to comment.