Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
Update hakari and use dep-format-version = 3 in order to remove private
features from our workspace-hack package. As well as update tokio to
v1.24.1 in order to address RUSTSEC-2023-0001.
  • Loading branch information
bmwill committed Jan 9, 2023
1 parent 6b0ff23 commit b076a5c
Show file tree
Hide file tree
Showing 66 changed files with 853 additions and 923 deletions.
2 changes: 1 addition & 1 deletion .config/hakari.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
hakari-package = "workspace-hack"

# Format for `workspace-hack = ...` lines in other Cargo.tomls. Requires cargo-hakari 0.9.8 or above.
dep-format-version = "1"
dep-format-version = "3"

# Setting workspace.resolver = "2" in the root Cargo.toml is HIGHLY recommended.
# Hakari works much better with the new feature resolver.
Expand Down
Loading

0 comments on commit b076a5c

Please sign in to comment.