Skip to content

Commit f3a447c

Browse files
authored
Merge pull request #686 from gosub-io/dependabot/cargo/serde-1.0.215
Bump serde from 1.0.214 to 1.0.215
2 parents 9ed8ab3 + b3b0244 commit f3a447c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

crates/gosub_css3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ anyhow = { version = "1.0.93", features = [] }
1414
colors-transform = "0.2.11"
1515
rand = "0.8.5"
1616
itertools = "0.13.0"
17-
serde = { version = "1.0.214", features = ["derive"] }
17+
serde = { version = "1.0.215", features = ["derive"] }
1818
serde_json = "1.0.133"
1919
thiserror = "2.0.3"
2020
nom = "7.1.3"

crates/gosub_webinterop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
syn = { version = "2.0.82", features = ["full", "extra-traits"] }
1010
quote = { version = "1.0.37", features = [] }
1111
proc-macro2 = "1.0.89"
12-
serde = { version = "1.0.214", features = ["derive"] }
12+
serde = { version = "1.0.215", features = ["derive"] }
1313
lazy_static = "1.5.0"
1414

1515

0 commit comments

Comments
 (0)