Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index d6f9a13193..1fdc6b3896 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ chalk-solve = { version = "0.100.0", default-features = false } chalk-ir = "0.100.0" chalk-recursive = { version = "0.100.0", default-features = false } chalk-derive = "0.100.0" -crossbeam-channel = "0.5.14" +crossbeam-channel = "0.5.15" dissimilar = "1.0.10" dot = "0.1.4" either = "1.15.0" |