build(deps): bump the rust-dependencies group with 5 updates (#12088)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-11-20 15:56:56 -06:00 committed by GitHub
parent a219d5aabb
commit f06f481ad9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 13 deletions

View file

@ -59,7 +59,7 @@ content_inspector = "0.2.4"
thiserror.workspace = true
# opening URLs
open = "5.3.0"
open = "5.3.1"
url = "2.5.3"
# config
@ -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.162"
libc = "0.2.164"
[target.'cfg(target_os = "macos")'.dependencies]
crossterm = { version = "0.28", features = ["event-stream", "use-dev-tty", "libc"] }