Skip to content

Commit

Permalink
Update fs4 and symsrv.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstange committed Jul 30, 2024
1 parent d59157c commit 499ec61
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
22 changes: 13 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samply/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ctrlc = "3.4.4"
log = "0.4.21"
env_logger = "0.11"
cfg-if = "1.0.0"
fs4 = "0.8.3"
fs4 = "0.9"
humantime = "2.1.0"
shlex = "1.3.0"

Expand Down
3 changes: 2 additions & 1 deletion samply/src/windows/utility_process/file_channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ use std::io::{Read, Write};
use std::marker::PhantomData;
use std::path::Path;

use fs4::{lock_contended_error, FileExt};
use fs4::fs_std::FileExt;
use fs4::lock_contended_error;
use serde::de::DeserializeOwned;
use serde::Serialize;

Expand Down
2 changes: 1 addition & 1 deletion wholesym/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ debugid = "0.8.0"
samply-api = { version = "0.23.1", path = "../samply-api", features = ["send_futures"], optional = true }
samply-symbols = { version = "0.23.0", path = "../samply-symbols", features = ["send_futures"] }
# symsrv = { path = "../../symsrv" }
symsrv = "0.5.1"
symsrv = "0.5.2"
yoke = "0.7"
yoke-derive = "0.7"
libc = "0.2.155"
Expand Down

0 comments on commit 499ec61

Please sign in to comment.