Skip to content

Commit 381dcbf

Browse files
authored
Update dependencies throughout the project (#2401)
* Update dependencies * Update stable node ID hashes again, for some reason?
1 parent c4cf477 commit 381dcbf

File tree

13 files changed

+2499
-2142
lines changed

13 files changed

+2499
-2142
lines changed

Cargo.lock

Lines changed: 365 additions & 406 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ fern = { version = "0.7", features = ["colored"] }
8585
num_enum = "0.7"
8686
num-derive = "0.4"
8787
num-traits = { version = "0.2", default-features = false, features = ["i128"] }
88-
specta = { git = "https://github.com/specta-rs/specta.git", features = [
88+
specta = { version = "2.0.0-rc.22", features = [
8989
"glam",
9090
"derive",
9191
# "typescript",

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ ignore = [
4646
"RUSTSEC-2024-0370", # Unmaintained but still fully functional crate `proc-macro-error`
4747
"RUSTSEC-2024-0388", # Unmaintained but still fully functional crate `derivative`
4848
"RUSTSEC-2025-0007", # Unmaintained but still fully functional crate `ring`
49+
"RUSTSEC-2024-0436", # Unmaintained but still fully functional crate `paste`
4950
]
5051
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
5152
# lower than the range specified will be ignored. Note that ignored advisories

editor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ bezier-rs = { workspace = true }
4343
futures = { workspace = true }
4444
glam = { workspace = true, features = ["serde", "debug-glam-assert"] }
4545
derivative = { workspace = true }
46-
specta.workspace = true
46+
specta = { workspace = true }
4747
image = { workspace = true, features = ["bmp", "png"] }
4848
dyn-any = { workspace = true }
4949
num_enum = { workspace = true }

0 commit comments

Comments
 (0)