Skip to content

Commit 499ec61

Browse files
committed
Update fs4 and symsrv.
1 parent d59157c commit 499ec61

File tree

4 files changed

+17
-12
lines changed

4 files changed

+17
-12
lines changed

Cargo.lock

Lines changed: 13 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samply/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ctrlc = "3.4.4"
4949
log = "0.4.21"
5050
env_logger = "0.11"
5151
cfg-if = "1.0.0"
52-
fs4 = "0.8.3"
52+
fs4 = "0.9"
5353
humantime = "2.1.0"
5454
shlex = "1.3.0"
5555

samply/src/windows/utility_process/file_channel.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ use std::io::{Read, Write};
2424
use std::marker::PhantomData;
2525
use std::path::Path;
2626

27-
use fs4::{lock_contended_error, FileExt};
27+
use fs4::fs_std::FileExt;
28+
use fs4::lock_contended_error;
2829
use serde::de::DeserializeOwned;
2930
use serde::Serialize;
3031

wholesym/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ debugid = "0.8.0"
2121
samply-api = { version = "0.23.1", path = "../samply-api", features = ["send_futures"], optional = true }
2222
samply-symbols = { version = "0.23.0", path = "../samply-symbols", features = ["send_futures"] }
2323
# symsrv = { path = "../../symsrv" }
24-
symsrv = "0.5.1"
24+
symsrv = "0.5.2"
2525
yoke = "0.7"
2626
yoke-derive = "0.7"
2727
libc = "0.2.155"

0 commit comments

Comments
 (0)