Bump chalk

This commit is contained in:
Laurențiu Nicola 2023-11-25 20:38:11 +02:00
parent aadeb66d03
commit fc880be491
2 changed files with 29 additions and 38 deletions

59
Cargo.lock generated
View File

@ -160,9 +160,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "chalk-derive" name = "chalk-derive"
version = "0.94.0" version = "0.95.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0322d5289ceba3217a03c9af72aa403d87542822b753daa1da32e4b992a4e80" checksum = "329427f28cd2bddaacd47c4dcd3d7082d315c61fb164394c690fe98c1b6ee9d3"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -172,20 +172,20 @@ dependencies = [
[[package]] [[package]]
name = "chalk-ir" name = "chalk-ir"
version = "0.94.0" version = "0.95.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0946cbc6d9136980a24a2dddf1888b5f0aa978dda300a3aa470b55b777b6bf3c" checksum = "9e1e1659238bd598d0f7dbc5034cf1ff46010a3d6827704c9ed443c8359cb484"
dependencies = [ dependencies = [
"bitflags 1.3.2", "bitflags 2.4.1",
"chalk-derive", "chalk-derive",
"lazy_static", "lazy_static",
] ]
[[package]] [[package]]
name = "chalk-recursive" name = "chalk-recursive"
version = "0.94.0" version = "0.95.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cd93fedbeeadc0cd4d0eb73bd061b621af99f5324a6a518264c8ef5e526e0ec" checksum = "b3e0bff0ba1bed11407384fcec0353aeb6888901e63cb47d04505ec47adad847"
dependencies = [ dependencies = [
"chalk-derive", "chalk-derive",
"chalk-ir", "chalk-ir",
@ -196,15 +196,15 @@ dependencies = [
[[package]] [[package]]
name = "chalk-solve" name = "chalk-solve"
version = "0.94.0" version = "0.95.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a254cff72303c58c82df421cfe9465606372b81588923fcf179922b7eaad9a53" checksum = "eb9c46d501cf83732a91056c0c846ae7a16d6b3c67a6a6bb5e9cc0a2e91563b6"
dependencies = [ dependencies = [
"chalk-derive", "chalk-derive",
"chalk-ir", "chalk-ir",
"ena", "ena",
"indexmap 2.1.0", "indexmap 2.1.0",
"itertools 0.10.5", "itertools",
"petgraph", "petgraph",
"rustc-hash", "rustc-hash",
"tracing", "tracing",
@ -487,7 +487,7 @@ dependencies = [
"hir-def", "hir-def",
"hir-expand", "hir-expand",
"hir-ty", "hir-ty",
"itertools 0.12.0", "itertools",
"once_cell", "once_cell",
"profile", "profile",
"rustc-hash", "rustc-hash",
@ -516,7 +516,7 @@ dependencies = [
"hir-expand", "hir-expand",
"indexmap 2.1.0", "indexmap 2.1.0",
"intern", "intern",
"itertools 0.12.0", "itertools",
"la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"limit", "limit",
"mbe", "mbe",
@ -544,7 +544,7 @@ dependencies = [
"expect-test", "expect-test",
"hashbrown 0.12.3", "hashbrown 0.12.3",
"intern", "intern",
"itertools 0.12.0", "itertools",
"la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"limit", "limit",
"mbe", "mbe",
@ -576,7 +576,7 @@ dependencies = [
"hir-def", "hir-def",
"hir-expand", "hir-expand",
"intern", "intern",
"itertools 0.12.0", "itertools",
"la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"limit", "limit",
"nohash-hasher", "nohash-hasher",
@ -623,7 +623,7 @@ dependencies = [
"ide-db", "ide-db",
"ide-diagnostics", "ide-diagnostics",
"ide-ssr", "ide-ssr",
"itertools 0.12.0", "itertools",
"nohash-hasher", "nohash-hasher",
"oorandom", "oorandom",
"profile", "profile",
@ -649,7 +649,7 @@ dependencies = [
"expect-test", "expect-test",
"hir", "hir",
"ide-db", "ide-db",
"itertools 0.12.0", "itertools",
"profile", "profile",
"smallvec", "smallvec",
"sourcegen", "sourcegen",
@ -668,7 +668,7 @@ dependencies = [
"expect-test", "expect-test",
"hir", "hir",
"ide-db", "ide-db",
"itertools 0.12.0", "itertools",
"once_cell", "once_cell",
"profile", "profile",
"smallvec", "smallvec",
@ -690,7 +690,7 @@ dependencies = [
"fst", "fst",
"hir", "hir",
"indexmap 2.1.0", "indexmap 2.1.0",
"itertools 0.12.0", "itertools",
"limit", "limit",
"line-index 0.1.0-pre.1", "line-index 0.1.0-pre.1",
"memchr", "memchr",
@ -721,7 +721,7 @@ dependencies = [
"expect-test", "expect-test",
"hir", "hir",
"ide-db", "ide-db",
"itertools 0.12.0", "itertools",
"once_cell", "once_cell",
"profile", "profile",
"serde_json", "serde_json",
@ -740,7 +740,7 @@ dependencies = [
"expect-test", "expect-test",
"hir", "hir",
"ide-db", "ide-db",
"itertools 0.12.0", "itertools",
"nohash-hasher", "nohash-hasher",
"parser", "parser",
"stdx", "stdx",
@ -819,15 +819,6 @@ dependencies = [
"triomphe", "triomphe",
] ]
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
[[package]] [[package]]
name = "itertools" name = "itertools"
version = "0.12.0" version = "0.12.0"
@ -941,7 +932,7 @@ dependencies = [
"crossbeam-channel", "crossbeam-channel",
"ide", "ide",
"ide-db", "ide-db",
"itertools 0.12.0", "itertools",
"proc-macro-api", "proc-macro-api",
"project-model", "project-model",
"tracing", "tracing",
@ -1393,7 +1384,7 @@ dependencies = [
"cargo_metadata", "cargo_metadata",
"cfg", "cfg",
"expect-test", "expect-test",
"itertools 0.12.0", "itertools",
"la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"paths", "paths",
"profile", "profile",
@ -1578,7 +1569,7 @@ dependencies = [
"ide", "ide",
"ide-db", "ide-db",
"ide-ssr", "ide-ssr",
"itertools 0.12.0", "itertools",
"load-cargo", "load-cargo",
"lsp-server 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "lsp-server 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
"lsp-types", "lsp-types",
@ -1855,7 +1846,7 @@ dependencies = [
"either", "either",
"expect-test", "expect-test",
"indexmap 2.1.0", "indexmap 2.1.0",
"itertools 0.12.0", "itertools",
"once_cell", "once_cell",
"parser", "parser",
"proc-macro2", "proc-macro2",
@ -1889,7 +1880,7 @@ dependencies = [
name = "text-edit" name = "text-edit"
version = "0.0.0" version = "0.0.0"
dependencies = [ dependencies = [
"itertools 0.12.0", "itertools",
"text-size", "text-size",
] ]

View File

@ -23,10 +23,10 @@ oorandom = "11.1.3"
tracing.workspace = true tracing.workspace = true
rustc-hash = "1.1.0" rustc-hash = "1.1.0"
scoped-tls = "1.0.0" scoped-tls = "1.0.0"
chalk-solve = { version = "0.94.0", default-features = false } chalk-solve = { version = "0.95.0", default-features = false }
chalk-ir = "0.94.0" chalk-ir = "0.95.0"
chalk-recursive = { version = "0.94.0", default-features = false } chalk-recursive = { version = "0.95.0", default-features = false }
chalk-derive = "0.94.0" chalk-derive = "0.95.0"
la-arena.workspace = true la-arena.workspace = true
once_cell = "1.17.0" once_cell = "1.17.0"
triomphe.workspace = true triomphe.workspace = true