Skip to content

Commit

Permalink
Bump the cargo-deps group with 5 updates (yewstack#3717)
Browse files Browse the repository at this point in the history
Bumps the cargo-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [serde](/~https://github.com/serde-rs/serde) | `1.0.208` | `1.0.209` |
| [syn](/~https://github.com/dtolnay/syn) | `2.0.75` | `2.0.76` |
| [prettyplease](/~https://github.com/dtolnay/prettyplease) | `0.2.20` | `0.2.22` |
| [serde_json](/~https://github.com/serde-rs/json) | `1.0.125` | `1.0.127` |
| [serde_derive](/~https://github.com/serde-rs/serde) | `1.0.208` | `1.0.209` |


Updates `serde` from 1.0.208 to 1.0.209
- [Release notes](/~https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.208...v1.0.209)

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

Updates `prettyplease` from 0.2.20 to 0.2.22
- [Release notes](/~https://github.com/dtolnay/prettyplease/releases)
- [Commits](dtolnay/prettyplease@0.2.20...0.2.22)

Updates `serde_json` from 1.0.125 to 1.0.127
- [Release notes](/~https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.125...1.0.127)

Updates `serde_derive` from 1.0.208 to 1.0.209
- [Release notes](/~https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.208...v1.0.209)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: prettyplease
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
- dependency-name: serde_derive
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
...

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] authored Aug 30, 2024
1 parent 2e3a0c3 commit 1ba7f0b
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 42 deletions.
74 changes: 37 additions & 37 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 examples/simple_ssr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ required-features = ["ssr"]
[dependencies]
yew = { path = "../../packages/yew" }
reqwest = { version = "0.12.7", features = ["json"] }
serde = { version = "1.0.208", features = ["derive"] }
serde = { version = "1.0.209", features = ["derive"] }
uuid = { version = "1.10.0", features = ["serde"] }
futures = "0.3"
bytes = "1.7"
Expand Down
2 changes: 1 addition & 1 deletion examples/web_worker_prime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ yew-agent = { path = "../../packages/yew-agent" }
yew = { path = "../../packages/yew", features = ["csr"] }
futures = "0.3.30"
primes = "0.4.0"
serde = { version = "1.0.208", features = ["derive"] }
serde = { version = "1.0.209", features = ["derive"] }
2 changes: 1 addition & 1 deletion packages/yew-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ futures = "0.3"
yew-agent-macro = { version = "0.2", path = "../yew-agent-macro" }

[dev-dependencies]
serde = "1.0.208"
serde = "1.0.209"
4 changes: 2 additions & 2 deletions tools/benchmark-ssr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ tokio = { version = "1.38", features = ["full"] }
average = "0.15.1"
tabled = "0.16.0"
indicatif = "0.17.8"
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.109"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
clap = { version = "4", features = ["derive"] }

[target.'cfg(unix)'.dependencies]
Expand Down

0 comments on commit 1ba7f0b

Please sign in to comment.