Skip to content

Commit 9ca0612

Browse files
Bump serde from 1.0.203 to 1.0.204 (#56)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.203 to 1.0.204. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.203...v1.0.204) --- updated-dependencies: - dependency-name: serde 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 1a1475a commit 9ca0612

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.

rpgmxp-project/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ anyhow = "1.0.86"
99
argh = "0.1.12"
1010
rpgmxp-types = { path = "../rpgmxp-types" }
1111
ruby-marshal = { git = "https://github.com/nathaniel-daniel/ruby-marshal-rs" }
12-
serde = { version = "1.0.203", features = ["derive"] }
12+
serde = { version = "1.0.204", features = ["derive"] }
1313
serde_json = "1.0.120"

rpgmxp-tool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ nd-util = { git = "https://github.com/nathaniel-daniel/nd-util-rs", version = "0
1212
rgssad = { git = "https://github.com/nathaniel-daniel/rgssad-rs", version = "0.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" }
15-
serde = "1.0.203"
15+
serde = "1.0.204"
1616
serde_json = "1.0.120"
1717
walkdir = "2.4.0"

rpgmxp-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ license = "MIT OR Apache-2.0"
88
flate2 = "1.0.28"
99
ruby-marshal = { git = "https://github.com/nathaniel-daniel/ruby-marshal-rs" }
1010
ruby-marshal-derive = { git = "https://github.com/nathaniel-daniel/ruby-marshal-rs" }
11-
serde = { version = "1.0.203", features = [ "derive" ] }
11+
serde = { version = "1.0.204", features = [ "derive" ] }

0 commit comments

Comments
 (0)