Skip to content

Commit db08713

Browse files
authored
Merge pull request #427 from gosub-browser/dependabot/cargo/serde_json-1.0.115
Bump serde_json from 1.0.114 to 1.0.115
2 parents 083ca80 + 35ebe01 commit db08713

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

crates/gosub_v8/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ gosub_webexecutor = { path = "../gosub_webexecutor" }
1313
thiserror = "1.0.58"
1414
v8 = "0.89.0"
1515
anyhow = "1.0.81"
16-
serde_json = "1.0.114"
16+
serde_json = "1.0.115"

crates/gosub_webexecutor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ anyhow = "1.0.81"
1616
paste = "1.0.14"
1717

1818
[dev-dependencies]
19-
serde_json = "1.0.114"
19+
serde_json = "1.0.115"
2020
gosub_v8 = { path = "../gosub_v8" }
2121
gosub_webinterop = { path = "../gosub_webinterop" }

0 commit comments

Comments
 (0)