Skip to content

Commit

Permalink
Janitor: update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Jan 11, 2024
1 parent 9111946 commit a793443
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ resvg = { version= "0.36.0", default-features = false, features = ["text"] }
send_wrapper = { version = "0.6.0" }
softbuffer = { version = "0.3.3", default-features = false }
toml_edit = { version = "0.21" }
cfg_aliases = { version = "0.2.0" }

[profile.release]
lto = true
Expand Down
2 changes: 1 addition & 1 deletion internal/backends/winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ accesskit_winit = { version = "0.18.0", optional = true }
cocoa = { version = "0.25.0" }

[build-dependencies]
cfg_aliases = "0.1.0"
cfg_aliases = { workspace = true }

[dev-dependencies]
slint = { path = "../../../api/rs/slint", default-features = false, features = ["std", "compat-1-2", "backend-winit", "renderer-software"] }
Expand Down
2 changes: 1 addition & 1 deletion internal/renderers/skia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ skia-safe = { version = "0.69.0", features = ["metal"] }
skia-safe = { version = "0.69.0", features = ["gl"] }

[build-dependencies]
cfg_aliases = "0.1.0"
cfg_aliases = { workspace = true }
2 changes: 1 addition & 1 deletion tools/figma_import/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ tokio = { version = "1", features = ["full"] }
futures = "0.3"
serde = { version = "1.0.123", features = ["derive"] }
serde_json = "1"
smart-default = "0.6"
smart-default = "0.7"
derive_more = "0.99"
2 changes: 1 addition & 1 deletion tools/lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ default = ["backend-qt", "backend-winit", "renderer-femtovg", "preview"]
i-slint-compiler = { workspace = true, features = ["default"] }

euclid = "0.22"
lsp-types = { version = "0.94.0", features = ["proposed"] }
lsp-types = { version = "0.95.0", features = ["proposed"] }
rowan = "0.15.5"
serde = "1.0.118"
serde_json = "1.0.60"
Expand Down

0 comments on commit a793443

Please sign in to comment.