cargo upgrade --incompatible (#330)

Ran `cargo upgrade --incompatible`, seems there are no changes required.

From cacache 0.12.0:
> BREAKING CHANGE: some signatures for copy have changed, and copy no
longer automatically reflinks

`which` 5.0.0 seems to have only error message changes.
This commit is contained in:
konsti 2023-11-06 15:14:47 +01:00 committed by GitHub
parent d99ca3159b
commit 9b077f3d0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 100 additions and 104 deletions

View file

@ -32,7 +32,7 @@ mailparse = { workspace = true }
once_cell = { workspace = true }
platform-info = { workspace = true }
plist = { workspace = true }
pyo3 = { version = "0.19.2", features = ["extension-module", "abi3-py37"], optional = true }
pyo3 = { version = "0.20.0", features = ["extension-module", "abi3-py37"], optional = true }
rayon = { version = "1.8.0", optional = true }
reflink-copy = { workspace = true }
regex = { workspace = true }

View file

@ -23,7 +23,7 @@ serde = { workspace = true, features = ["derive"], optional = true }
tracing = { workspace = true, optional = true }
unicode-width = { workspace = true }
pyo3 = { version = "0.19", optional = true, features = ["extension-module", "abi3-py37"] }
pyo3 = { version = "0.20", optional = true, features = ["extension-module", "abi3-py37"] }
[dev-dependencies]
indoc = "2.0.1"
indoc = "2.0.4"

View file

@ -29,14 +29,14 @@ tracing = { workspace = true, features = ["log"] }
unicode-width = { workspace = true }
url = { workspace = true, features = ["serde"] }
pyo3 = { version = "0.19.2", optional = true, features = ["abi3", "extension-module"] }
pyo3-log = { version = "0.8.3", optional = true }
pyo3 = { version = "0.20.0", optional = true, features = ["abi3", "extension-module"] }
pyo3-log = { version = "0.9.0", optional = true }
[dev-dependencies]
indoc = "2.0.4"
log = "0.4.20"
testing_logger = "0.1.1"
serde_json = "1.0.107"
serde_json = "1.0.108"
[features]
pyo3 = ["dep:pyo3", "pep440_rs/pyo3", "pyo3-log"]

View file

@ -54,7 +54,7 @@ url = { workspace = true }
which = { workspace = true }
[dev-dependencies]
assert_cmd = { version = "2.0.8" }
assert_cmd = { version = "2.0.12" }
assert_fs = { version = "1.0.13" }
insta-cmd = { version = "0.4.0" }
insta = { version = "1.34.0", features = ["filters"] }

View file

@ -12,7 +12,7 @@ serde = { workspace = true, features = ["derive"] }
[dev-dependencies]
indoc = { version = "2.0.4" }
insta = { version = "1.33.0" }
serde_json = { version = "1.0.107" }
tempfile = { version = "3.8.0" }
insta = { version = "1.34.0" }
serde_json = { version = "1.0.108" }
tempfile = { version = "3.8.1" }
test-case = { version = "3.2.1" }

View file

@ -21,7 +21,7 @@ unscanny = { workspace = true }
[dev-dependencies]
indoc = { version = "2.0.4" }
insta = { version = "1.33.0" }
serde_json = { version = "1.0.107" }
tempfile = { version = "3.8.0" }
insta = { version = "1.34.0" }
serde_json = { version = "1.0.108" }
tempfile = { version = "3.8.1" }
test-case = { version = "3.2.1" }