chore(core): bump fs4 (#29611)
The version we relied on was yanked from cargo for some reason 🤷
This commit is contained in:
parent
bde8a217f7
commit
facb6dbb95
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user