Bump chalk

This commit is contained in:
Laurențiu Nicola 2021-03-01 18:17:03 +02:00
parent 8ffd76ddc5
commit 63e8bdb8a2
2 changed files with 23 additions and 32 deletions

49
Cargo.lock generated
View file

@ -158,9 +158,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "chalk-derive" name = "chalk-derive"
version = "0.58.0" version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e625b7c688272783140509a0de8f7aa9000217cb0982c9b10606a12b0b747ba8" checksum = "4b9000fbcb67353dc8973ab9fd136277d321d85b79bd36b8756bb3ae0979a94a"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -170,9 +170,9 @@ dependencies = [
[[package]] [[package]]
name = "chalk-ir" name = "chalk-ir"
version = "0.58.0" version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c220d870128959d7d56667060d556ffdebd490f32ee0fc9f4060a76c1193f206" checksum = "b23528d61b3557c676eccf508fa0771a38453b379f0b780154eaa7f70afe8dfc"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"chalk-derive", "chalk-derive",
@ -181,9 +181,9 @@ dependencies = [
[[package]] [[package]]
name = "chalk-recursive" name = "chalk-recursive"
version = "0.58.0" version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d8cd81a15aa936215378e695a8907b9f1af8626a27a32ee22e97a50984960da" checksum = "a8bdd37afc666b771de8b4429fe014363d0e74aae5cc26f320f60a3eab34d744"
dependencies = [ dependencies = [
"chalk-derive", "chalk-derive",
"chalk-ir", "chalk-ir",
@ -194,14 +194,14 @@ dependencies = [
[[package]] [[package]]
name = "chalk-solve" name = "chalk-solve"
version = "0.58.0" version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55571250dfe096a4c899be88c81418284c952ce1c8a06aa16afb5781b298e9c9" checksum = "4182c42ca319cb71c89898ebc3d2671d1fa7d928123b171b66f1797a2000b9c8"
dependencies = [ dependencies = [
"chalk-derive", "chalk-derive",
"chalk-ir", "chalk-ir",
"ena", "ena",
"itertools 0.9.0", "itertools",
"petgraph", "petgraph",
"rustc-hash", "rustc-hash",
"tracing", "tracing",
@ -475,7 +475,7 @@ dependencies = [
"hir_def", "hir_def",
"hir_expand", "hir_expand",
"hir_ty", "hir_ty",
"itertools 0.10.0", "itertools",
"log", "log",
"profile", "profile",
"rustc-hash", "rustc-hash",
@ -497,7 +497,7 @@ dependencies = [
"fst", "fst",
"hir_expand", "hir_expand",
"indexmap", "indexmap",
"itertools 0.10.0", "itertools",
"la-arena", "la-arena",
"log", "log",
"mbe", "mbe",
@ -541,7 +541,7 @@ dependencies = [
"expect-test", "expect-test",
"hir_def", "hir_def",
"hir_expand", "hir_expand",
"itertools 0.10.0", "itertools",
"la-arena", "la-arena",
"log", "log",
"once_cell", "once_cell",
@ -579,7 +579,7 @@ dependencies = [
"ide_db", "ide_db",
"ide_ssr", "ide_ssr",
"indexmap", "indexmap",
"itertools 0.10.0", "itertools",
"log", "log",
"oorandom", "oorandom",
"profile", "profile",
@ -601,7 +601,7 @@ dependencies = [
"expect-test", "expect-test",
"hir", "hir",
"ide_db", "ide_db",
"itertools 0.10.0", "itertools",
"profile", "profile",
"rustc-hash", "rustc-hash",
"stdx", "stdx",
@ -619,7 +619,7 @@ dependencies = [
"expect-test", "expect-test",
"hir", "hir",
"ide_db", "ide_db",
"itertools 0.10.0", "itertools",
"log", "log",
"profile", "profile",
"rustc-hash", "rustc-hash",
@ -638,7 +638,7 @@ dependencies = [
"expect-test", "expect-test",
"fst", "fst",
"hir", "hir",
"itertools 0.10.0", "itertools",
"log", "log",
"once_cell", "once_cell",
"profile", "profile",
@ -657,7 +657,7 @@ dependencies = [
"expect-test", "expect-test",
"hir", "hir",
"ide_db", "ide_db",
"itertools 0.10.0", "itertools",
"rustc-hash", "rustc-hash",
"syntax", "syntax",
"test_utils", "test_utils",
@ -714,15 +714,6 @@ dependencies = [
"cfg-if", "cfg-if",
] ]
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
"either",
]
[[package]] [[package]]
name = "itertools" name = "itertools"
version = "0.10.0" version = "0.10.0"
@ -1206,7 +1197,7 @@ dependencies = [
"base_db", "base_db",
"cargo_metadata", "cargo_metadata",
"cfg", "cfg",
"itertools 0.10.0", "itertools",
"la-arena", "la-arena",
"log", "log",
"paths", "paths",
@ -1338,7 +1329,7 @@ dependencies = [
"ide", "ide",
"ide_db", "ide_db",
"ide_ssr", "ide_ssr",
"itertools 0.10.0", "itertools",
"jemallocator", "jemallocator",
"jod-thread", "jod-thread",
"log", "log",
@ -1593,7 +1584,7 @@ dependencies = [
"arrayvec", "arrayvec",
"expect-test", "expect-test",
"indexmap", "indexmap",
"itertools 0.10.0", "itertools",
"once_cell", "once_cell",
"parser", "parser",
"profile", "profile",

View file

@ -17,9 +17,9 @@ ena = "0.14.0"
log = "0.4.8" log = "0.4.8"
rustc-hash = "1.1.0" rustc-hash = "1.1.0"
scoped-tls = "1" scoped-tls = "1"
chalk-solve = { version = "0.58", default-features = false } chalk-solve = { version = "0.59", default-features = false }
chalk-ir = "0.58" chalk-ir = "0.59"
chalk-recursive = "0.58" chalk-recursive = "0.59"
la-arena = { version = "0.2.0", path = "../../lib/arena" } la-arena = { version = "0.2.0", path = "../../lib/arena" }
stdx = { path = "../stdx", version = "0.0.0" } stdx = { path = "../stdx", version = "0.0.0" }