Skip to content

Commit cc3a18b

Browse files
committed
Update dependencies
1 parent a9190ed commit cc3a18b

File tree

3 files changed

+57
-71
lines changed

3 files changed

+57
-71
lines changed

Cargo.lock

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

crates/pycolorsaurus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ name = "colorsaurus"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
pyo3 = "0.23.0"
13+
pyo3 = "0.25.0"
1414
terminal-colorsaurus.workspace = true

deny.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ confidence-threshold = 1.0
1717
[bans]
1818
multiple-versions = "deny"
1919
wildcards = "deny"
20-
skip = [
21-
{ crate = "windows-sys", reason = "an old version is used by mio, see https://github.com/tokio-rs/mio/pull/1820 for updating it" },
22-
{ crate = "[email protected]", reason = "depended on by clap. updated in a newer clap version, but we can't update because that would require an MSRV bump)" }
23-
]
2420

2521
[sources]
2622
unknown-registry = "deny"

0 commit comments

Comments
 (0)