Skip to content

Commit 448cb05

Browse files
Bump serde_json from 1.0.116 to 1.0.117 (#44)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.116 to 1.0.117. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.116...v1.0.117) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f3aa8f commit 448cb05

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.

rpgmxp-project/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ argh = "0.1.12"
1010
rpgmxp-types = { path = "../rpgmxp-types" }
1111
ruby-marshal = { git = "https://github.com/nathaniel-daniel/ruby-marshal-rs" }
1212
serde = { version = "1.0.197", features = ["derive"] }
13-
serde_json = "1.0.115"
13+
serde_json = "1.0.117"

rpgmxp-tool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ rgssad = { git = "https://github.com/nathaniel-daniel/rgssad-rs", version = "0.0
1313
rpgmxp-types = { version = "0.0.0", path = "../rpgmxp-types" }
1414
ruby-marshal = { git = "https://github.com/nathaniel-daniel/ruby-marshal-rs", version = "0.0.0" }
1515
serde = "1.0.198"
16-
serde_json = "1.0.113"
16+
serde_json = "1.0.117"
1717
walkdir = "2.4.0"

0 commit comments

Comments
 (0)