Skip to content

Commit ecf6fc5

Browse files
committed
Auto merge of rust-lang#18315 - varungandhi-src:vg/bump-scip, r=lnicola
Bump version of scip crate Follow up to sourcegraph/scip#284 Manually verified that SCIP generation works OK for rust-analyzer itself. cc `@RalfJung`
2 parents 0be1e95 + 08a5dc4 commit ecf6fc5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/tools/rust-analyzer/Cargo.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1448,9 +1448,9 @@ dependencies = [
14481448

14491449
[[package]]
14501450
name = "protobuf"
1451-
version = "3.2.0"
1451+
version = "3.7.1"
14521452
source = "registry+https://github.com/rust-lang/crates.io-index"
1453-
checksum = "b55bad9126f378a853655831eb7363b7b01b81d19f8cb1218861086ca4a1a61e"
1453+
checksum = "a3a7c64d9bf75b1b8d981124c14c179074e8caa7dfe7b6a12e6222ddcd0c8f72"
14541454
dependencies = [
14551455
"once_cell",
14561456
"protobuf-support",
@@ -1459,9 +1459,9 @@ dependencies = [
14591459

14601460
[[package]]
14611461
name = "protobuf-support"
1462-
version = "3.2.0"
1462+
version = "3.7.1"
14631463
source = "registry+https://github.com/rust-lang/crates.io-index"
1464-
checksum = "a5d4d7b8601c814cfb36bcebb79f0e61e45e1e93640cf778837833bbed05c372"
1464+
checksum = "b088fd20b938a875ea00843b6faf48579462630015c3788d397ad6a786663252"
14651465
dependencies = [
14661466
"thiserror",
14671467
]
@@ -1774,9 +1774,9 @@ dependencies = [
17741774

17751775
[[package]]
17761776
name = "scip"
1777-
version = "0.3.3"
1777+
version = "0.5.1"
17781778
source = "registry+https://github.com/rust-lang/crates.io-index"
1779-
checksum = "e5dc1bd66649133af84ab62436ddd2856c2605182b02dec2cd197f684dfe15ef"
1779+
checksum = "8dfafd2fa14c6237fa1fc4310f739d02fa915d92977fa069426591f1de046f81"
17801780
dependencies = [
17811781
"protobuf",
17821782
]

src/tools/rust-analyzer/crates/rust-analyzer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ crossbeam-channel.workspace = true
2525
dirs = "5.0.1"
2626
dissimilar.workspace = true
2727
itertools.workspace = true
28-
scip = "0.3.3"
28+
scip = "0.5.1"
2929
lsp-types = { version = "=0.95.0", features = ["proposed"] }
3030
parking_lot = "0.12.1"
3131
xflags = "0.3.0"

0 commit comments

Comments
 (0)