mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
Bump snap
This commit is contained in:
parent
1431264646
commit
8f678a0169
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1655,9 +1655,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "snap"
|
||||
version = "1.0.5"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"
|
||||
checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"
|
||||
|
||||
[[package]]
|
||||
name = "sourcegen"
|
||||
|
|
|
@ -23,7 +23,7 @@ serde = { version = "1.0.137", features = ["derive"] }
|
|||
serde_json = { version = "1.0.81", features = ["unbounded_depth"] }
|
||||
tracing = "0.1.37"
|
||||
memmap2 = "0.5.4"
|
||||
snap = "1.0.5"
|
||||
snap = "1.1.0"
|
||||
|
||||
# local deps
|
||||
paths.workspace = true
|
||||
|
|
Loading…
Reference in a new issue