Skip to content

Commit 0d18954

Browse files
fix(deps): update rust crate fs4 to 0.13
1 parent ce3d243 commit 0d18954

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/cache/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tokio-util = "0.7"
1717
prost = "0.13"
1818
prost-types = "0.13"
1919
rusqlite = { version = "0.32", features = ["bundled"] }
20-
fs4 = { version = "0.12", features = ["tokio"] }
20+
fs4 = { version = "0.13", features = ["tokio"] }
2121
thiserror = "2"
2222
toml = "0.8"
2323
clap = { version = "4", features = ["derive"] }

0 commit comments

Comments
 (0)