Skip to content

Commit

Permalink
build(deps): bump the cargo-minor group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-minor group with 4 updates: [serde](https://github.com/serde-rs/serde), [serde_json](https://github.com/serde-rs/json), [syn](https://github.com/dtolnay/syn) and [proc-macro2](https://github.com/dtolnay/proc-macro2).


Updates `serde` from 1.0.197 to 1.0.198
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.197...v1.0.198)

Updates `serde_json` from 1.0.115 to 1.0.116
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.115...v1.0.116)

Updates `syn` from 2.0.59 to 2.0.60
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.59...2.0.60)

Updates `proc-macro2` from 1.0.80 to 1.0.81
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.80...1.0.81)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and torokati44 committed Apr 18, 2024
1 parent e3cdd8a commit 5c1fcb9
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 48 deletions.
86 changes: 43 additions & 43 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ js-sys = "0.3.69"
log = "0.4"
num-derive = "0.4.2"
num-traits = "0.2.18"
serde = "1.0.197"
serde = "1.0.198"
thiserror = "1.0"
url = "2.5.0"
wasm-bindgen = "=0.2.92"
Expand Down
2 changes: 1 addition & 1 deletion core/build_playerglobal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ workspace = true

[dependencies]
convert_case = "0.6.0"
proc-macro2 = "1.0.79"
proc-macro2 = "1.0.81"
quote = "1.0.36"
swf = { path = "../../swf" }
clap = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion core/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ proc-macro = true

[dependencies]
quote = "1.0.36"
syn = { version = "2.0.59", features = ["extra-traits", "full"] }
syn = { version = "2.0.60", features = ["extra-traits", "full"] }
2 changes: 1 addition & 1 deletion tests/input-format/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ workspace = true

[dependencies]
serde = { workspace = true, features = ["derive"] }
serde_json = "1.0.115"
serde_json = "1.0.116"
bitflags = { workspace = true }
2 changes: 1 addition & 1 deletion tests/socket-format/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ workspace = true

[dependencies]
serde = { workspace = true, features = ["derive"] }
serde_json = "1.0.115"
serde_json = "1.0.116"

0 comments on commit 5c1fcb9

Please sign in to comment.