chore(core): bump fs4 (#29611)

The version we relied on was yanked from cargo for some reason 🤷
This commit is contained in:
Craigory Coppola 2025-01-14 08:36:29 -05:00 committed by GitHub
parent bde8a217f7
commit facb6dbb95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -547,9 +547,9 @@ dependencies = [
[[package]]
name = "fs4"
version = "0.10.0"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec6fcfb3c0c1d71612528825042261419d5dade9678c39a781e05b63677d9b32"
checksum = "c29c30684418547d476f0b48e84f4821639119c483b1eccd566c8cd0cd05f521"
dependencies = [
"rustix",
"windows-sys 0.52.0",

View File

@ -55,7 +55,7 @@ mio = "0.8"
portable-pty = { git = "https://github.com/cammisuli/wezterm", rev = "b538ee29e1e89eeb4832fb35ae095564dce34c29" }
crossterm = "0.27.0"
ignore-files = "2.1.0"
fs4 = "0.10.0"
fs4 = "0.12.0"
rusqlite = { version = "0.32.1", features = ["bundled", "array", "vtab"] }
watchexec = "3.0.1"
watchexec-events = "2.0.1"