Janitor: dependency updates

This commit is contained in:
Olivier Goffart 2024-01-22 12:36:32 +01:00
parent 43d1f62fb1
commit 5a43f3b8af
4 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ include(FetchContent)
FetchContent_Declare(
Corrosion
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
GIT_TAG v0.4.6
GIT_TAG v0.4.7
)
FetchContent_MakeAvailable(Corrosion)

View file

@ -17,7 +17,7 @@ name = "ffmpeg"
[dependencies]
slint = { path = "../../api/rs/slint" }
ffmpeg-next = { version = "6.0.0" }
smol = { version = "1.3.0" }
smol = { version = "2.0.0" }
anyhow = { version = "1.0" }
futures = { version = "0.3.28" }
cpal = "0.15.2"

View file

@ -21,7 +21,7 @@ test_driver_lib = { path = "../driverlib" }
# Require `artifact` dependencies tracked by rust RFC 3028
#slint-node = { path = "../../../api/node", artifact = ["cdylib"] }
lazy_static = "1.4.0"
which = "5.0"
which = "6.0"
tempfile = "3.2"
[build-dependencies]

View file

@ -24,5 +24,5 @@ xshell = "0.2.1"
serde_json = "1.0"
cbindgen = { workspace = true }
proc-macro2 = "1.0.11"
which = "5.0"
which = "6.0"
i-slint-common = { workspace = true, features = ["default"] }