Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Oct 31, 2023
1 parent 8cb4653 commit ed8acf2
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 12 deletions.
68 changes: 58 additions & 10 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ maintenance = { status = "experimental" }

[dependencies]
argparse = "0.2.2"
defaultmap = "0.5.0"
float-ord = "0.2.0"
defaultmap = "0.6.0"
float-ord = "0.3.2"
group-by = "1.0.0"
itertools = "0.11.0"
peg = "0.8.2"
Expand Down
12 changes: 12 additions & 0 deletions cackle.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,15 @@ allow_unsafe = true

[pkg.unicode-ident]
allow_unsafe = true

[pkg.derive_more-impl]
allow_proc_macro = true

[pkg.dyn-clone]
allow_unsafe = true

[pkg.syn]
allow_unsafe = true

[pkg.either]
allow_unsafe = true

0 comments on commit ed8acf2

Please sign in to comment.