Skip to content

Commit ea413ca

Browse files
authored
Merge pull request #1313 from sdroege/update-cargo-lock
Update Cargo.lock
2 parents 46b3232 + c247810 commit ea413ca

File tree

2 files changed

+71
-42
lines changed

2 files changed

+71
-42
lines changed

Cargo.lock

Lines changed: 62 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deny.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ multiple-versions = "deny"
2626
wildcards = "allow"
2727
highlight = "all"
2828

29+
# proc-macro-crate depends on an older version of toml_edit
30+
# https://github.com/bkchr/proc-macro-crate/pull/50
31+
[[bans.skip]]
32+
name = "toml_edit"
33+
version = "0.21"
34+
[[bans.skip]]
35+
name = "winnow"
36+
version = "0.5"
37+
2938
[sources]
3039
unknown-registry = "deny"
3140
unknown-git = "deny"

0 commit comments

Comments
 (0)