Skip to content

Commit

Permalink
Bump serde from 1.0.203 to 1.0.204 (#56)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Aug 1, 2024
1 parent 1a1475a commit 9ca0612
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 rpgmxp-project/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ anyhow = "1.0.86"
argh = "0.1.12"
rpgmxp-types = { path = "../rpgmxp-types" }
ruby-marshal = { git = "https://github.com/nathaniel-daniel/ruby-marshal-rs" }
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
2 changes: 1 addition & 1 deletion rpgmxp-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ nd-util = { git = "https://github.com/nathaniel-daniel/nd-util-rs", version = "0
rgssad = { git = "https://github.com/nathaniel-daniel/rgssad-rs", version = "0.0.0" }
rpgmxp-types = { version = "0.0.0", path = "../rpgmxp-types" }
ruby-marshal = { git = "https://github.com/nathaniel-daniel/ruby-marshal-rs", version = "0.0.0" }
serde = "1.0.203"
serde = "1.0.204"
serde_json = "1.0.120"
walkdir = "2.4.0"
2 changes: 1 addition & 1 deletion rpgmxp-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ license = "MIT OR Apache-2.0"
flate2 = "1.0.28"
ruby-marshal = { git = "https://github.com/nathaniel-daniel/ruby-marshal-rs" }
ruby-marshal-derive = { git = "https://github.com/nathaniel-daniel/ruby-marshal-rs" }
serde = { version = "1.0.203", features = [ "derive" ] }
serde = { version = "1.0.204", features = [ "derive" ] }

0 comments on commit 9ca0612

Please sign in to comment.