Skip to content

Commit

Permalink
Bump fs4 from 0.9.1 to 0.11.0
Browse files Browse the repository at this point in the history
Bumps [fs4](https://github.com/al8n/fs4-rs) from 0.9.1 to 0.11.0.
- [Release notes](https://github.com/al8n/fs4-rs/releases)
- [Commits](https://github.com/al8n/fs4-rs/commits)

---
updated-dependencies:
- dependency-name: fs4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 5110a08 commit 11f5e07
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 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.9"
fs4 = "0.11"
humantime = "2.1.0"
shlex = "1.3.0"

Expand Down
2 changes: 1 addition & 1 deletion wholesym/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ bytes = "1.7"
memmap2 = "0.9.4"
tokio = { version = "1.38", features = ["fs"] }
futures-util = "0.3.30"
fs4 = "0.9"
fs4 = "0.11"
thiserror = "1"
async-compression = { version = "0.4.6", default-features = false, features = [
"tokio",
Expand Down

0 comments on commit 11f5e07

Please sign in to comment.