Skip to content

Commit e762d38

Browse files
Bump fs4 from 0.13.1 to 1.1.0
Bumps [fs4](https://github.com/al8n/fs4) from 0.13.1 to 1.1.0. - [Release notes](https://github.com/al8n/fs4/releases) - [Changelog](https://github.com/al8n/fs4/blob/main/CHANGELOG.md) - [Commits](https://github.com/al8n/fs4/commits/1.1.0) --- updated-dependencies: - dependency-name: fs4 dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fec4d4a commit e762d38

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 13 additions & 3 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.13"
52+
fs4 = "1.1"
5353
humantime = "2.1.0"
5454
shlex = "1.3.0"
5555
samply-debugid = { version = "0.1.0", path = "../samply-debugid" }

wholesym/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bytes = "1.10"
4242
memmap2 = "0.9.9"
4343
tokio = { version = "1.52", features = ["fs", "macros"] }
4444
futures-util = "0.3.30"
45-
fs4 = "0.13"
45+
fs4 = "1.1"
4646
thiserror = "2"
4747
http = "1"
4848
scopeguard = { version = "1.2.0", default-features = false }

0 commit comments

Comments
 (0)