Skip to content

Commit 80e5955

Browse files
committed
Update crates
1 parent 11c4ba0 commit 80e5955

File tree

3 files changed

+28
-51
lines changed

3 files changed

+28
-51
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ home = "0.5"
5454
# Directory walking
5555
ignore = "0.4"
5656
# Dependency graphing
57-
krates = { version = "0.17.1", features = ["serialize"] }
57+
krates = { version = "0.18", features = ["serialize"] }
5858
# Parent process retrieval
5959
libc = "0.2"
6060
# Logging macros
@@ -97,6 +97,3 @@ assert_fs = "1.0.7"
9797
assert_cmd = "2.0"
9898
# Composable first-order predicate functions
9999
predicates = "3.0"
100-
101-
[patch.crates-io]
102-
krates = { path = "../krates" }

deny.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ exceptions = [
3434
# which we do through public forks of the repos if/when we do changes to it.
3535
# https://tldrlegal.com/license/mozilla-public-license-2.0-(mpl-2)
3636
{ allow = ["MPL-2.0"], name = "webpki-roots" },
37-
38-
{ allow = ["Unicode-DFS-2016"], name = "unicode-ident" },
3937
]
4038

4139
[[licenses.clarify]]

0 commit comments

Comments
 (0)