mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
Bump memmap2
This commit is contained in:
parent
34adcc800c
commit
ffa8270f6a
3 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -912,9 +912,9 @@ checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
|||
|
||||
[[package]]
|
||||
name = "memmap2"
|
||||
version = "0.3.1"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "00b6c2ebff6180198788f5db08d7ce3bc1d0b617176678831a7510825973e357"
|
||||
checksum = "4647a11b578fead29cdbb34d4adef8dd3dc35b876c9c6d5240d83f205abfe96e"
|
||||
dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
|
|
@ -12,7 +12,7 @@ doctest = false
|
|||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = { version = "1.0", features = ["unbounded_depth"] }
|
||||
tracing = "0.1"
|
||||
memmap2 = "0.3.0"
|
||||
memmap2 = "0.5"
|
||||
snap = "1.0"
|
||||
|
||||
paths = { path = "../paths", version = "0.0.0" }
|
||||
|
@ -25,4 +25,4 @@ profile = { path = "../profile", version = "0.0.0" }
|
|||
[dependencies.object]
|
||||
version = "0.26"
|
||||
default-features = false
|
||||
features = [ "std", "read_core", "elf", "macho", "pe" ]
|
||||
features = ["std", "read_core", "elf", "macho", "pe"]
|
||||
|
|
|
@ -17,7 +17,7 @@ object = { version = "0.26", default-features = false, features = [
|
|||
"pe",
|
||||
] }
|
||||
libloading = "0.7.0"
|
||||
memmap2 = "0.3.0"
|
||||
memmap2 = "0.5"
|
||||
|
||||
tt = { path = "../tt", version = "0.0.0" }
|
||||
mbe = { path = "../mbe", version = "0.0.0" }
|
||||
|
|
Loading…
Reference in a new issue