Loading Cargo.lock +3 −3 Original line number Diff line number Diff line Loading @@ -2497,9 +2497,9 @@ dependencies = [ [[package]] name = "memmap2" version = "0.7.1" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6" checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed" dependencies = [ "libc", ] Loading Loading @@ -4759,7 +4759,7 @@ dependencies = [ "humantime 2.1.0", "humantime-serde", "itertools", "memmap2 0.7.1", "memmap2 0.8.0", "once_cell", "paste", "postage", Loading crates/tor-dirmgr/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ hex = "0.4" humantime = "2" humantime-serde = "1.1.1" itertools = "0.11.0" memmap2 = { version = "0.7.0", optional = true } memmap2 = { version = "0.8.0", optional = true } once_cell = "1" paste = "1" postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } Loading Loading
Cargo.lock +3 −3 Original line number Diff line number Diff line Loading @@ -2497,9 +2497,9 @@ dependencies = [ [[package]] name = "memmap2" version = "0.7.1" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6" checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed" dependencies = [ "libc", ] Loading Loading @@ -4759,7 +4759,7 @@ dependencies = [ "humantime 2.1.0", "humantime-serde", "itertools", "memmap2 0.7.1", "memmap2 0.8.0", "once_cell", "paste", "postage", Loading
crates/tor-dirmgr/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ hex = "0.4" humantime = "2" humantime-serde = "1.1.1" itertools = "0.11.0" memmap2 = { version = "0.7.0", optional = true } memmap2 = { version = "0.8.0", optional = true } once_cell = "1" paste = "1" postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } Loading