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

@ -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"] }