build(deps): bump the rust-dependencies group with 4 updates (#12129)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-11-25 18:06:54 -06:00 committed by GitHub
parent dbd3b251d8
commit 80709cee61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 119 additions and 119 deletions

View file

@ -60,7 +60,7 @@ thiserror.workspace = true
# opening URLs
open = "5.3.1"
url = "2.5.3"
url = "2.5.4"
# config
toml = "0.8"
@ -74,7 +74,7 @@ grep-searcher = "0.1.14"
[target.'cfg(not(windows))'.dependencies] # https://github.com/vorner/signal-hook/issues/100
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
libc = "0.2.164"
libc = "0.2.165"
[target.'cfg(target_os = "macos")'.dependencies]
crossterm = { version = "0.28", features = ["event-stream", "use-dev-tty", "libc"] }