Skip to content

Commit

Permalink
Merge pull request #685 from gosub-io/dependabot/cargo/serde_json-1.0…
Browse files Browse the repository at this point in the history
….133

Bump serde_json from 1.0.132 to 1.0.133
  • Loading branch information
Sharktheone authored Nov 18, 2024
2 parents 9a8a89d + 3312a32 commit 015883e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/gosub_css3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ colors-transform = "0.2.11"
rand = "0.8.5"
itertools = "0.13.0"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
serde_json = "1.0.133"
thiserror = "2.0.3"
nom = "7.1.3"
2 changes: 1 addition & 1 deletion crates/gosub_v8/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ gosub_webexecutor = { path = "../gosub_webexecutor" }
thiserror = "2.0.3"
v8 = "130.0.0"
anyhow = "1.0.93"
serde_json = "1.0.132"
serde_json = "1.0.133"
2 changes: 1 addition & 1 deletion crates/gosub_webexecutor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ anyhow = "1.0.93"
paste = "1.0.15"

[dev-dependencies]
serde_json = "1.0.132"
serde_json = "1.0.133"
gosub_v8 = { path = "../gosub_v8" }
gosub_webinterop = { path = "../gosub_webinterop" }

0 comments on commit 015883e

Please sign in to comment.