mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Janitor: deps upgrade
This commit is contained in:
parent
0d37565cc2
commit
00de1867ae
6 changed files with 5 additions and 6 deletions
|
@ -23,4 +23,4 @@ i-slint-compiler = { version = "=0.3.4", path = "../../../internal/compiler", fe
|
|||
|
||||
spin_on = "0.1"
|
||||
thiserror = "1"
|
||||
toml_edit = "0.15"
|
||||
toml_edit = "0.17.1"
|
||||
|
|
|
@ -19,4 +19,4 @@ const-field-offset-macro = { version = "=0.1.2", path = "./macro" }
|
|||
field-offset = "0.3.2"
|
||||
|
||||
[dev-dependencies]
|
||||
memoffset = "0.7.1"
|
||||
memoffset = "0.8.0"
|
||||
|
|
|
@ -24,5 +24,5 @@ quote = "1.0"
|
|||
proc-macro2 = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
memoffset = "0.7.1"
|
||||
memoffset = "0.8.0"
|
||||
const-field-offset = { path = "..", features = ["field-offset-trait"] }
|
||||
|
|
|
@ -44,7 +44,7 @@ once_cell = "1.5"
|
|||
pin-weak = "1"
|
||||
scoped-tls-hkt = "0.1"
|
||||
winit = { version = "0.27.5", default-features = false }
|
||||
dark-light = "0.2.2"
|
||||
dark-light = "1.0"
|
||||
instant = "0.1"
|
||||
raw-window-handle = { version = "0.5", features = ["alloc"] }
|
||||
scopeguard = { version = "1.1.0", default-features = false }
|
||||
|
|
|
@ -38,7 +38,6 @@ lyon_path = "1.0"
|
|||
once_cell = "1.5"
|
||||
pin-weak = "1"
|
||||
scoped-tls-hkt = "0.1"
|
||||
dark-light = "0.2.2"
|
||||
instant = "0.1"
|
||||
raw-window-handle = { version = "0.5", features = ["alloc"] }
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ cargo_metadata = "0.15"
|
|||
anyhow = "1.0"
|
||||
lazy_static = "1.4.0"
|
||||
regex = "1.4"
|
||||
toml_edit = "0.15"
|
||||
toml_edit = "0.17.1"
|
||||
xshell = "0.2.1"
|
||||
serde_json = "1.0"
|
||||
cbindgen = "0.24"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue