Skip to content

Commit

Permalink
Bump serde from 1.0.205 to 1.0.207 (#67)
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.205 to 1.0.207.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.205...v1.0.207)

---
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] authored Aug 14, 2024
1 parent 5f5978b commit 1da4082
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 bambulabs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ parse-display = "0.10.0"
rumqttc = "0.24.0"
rustls = "0.22"
schemars = { version = "0.8.21", features = ["uuid"] }
serde = { version = "1.0.205", features = ["derive"] }
serde = { version = "1.0.207", features = ["derive"] }
serde_json = "1.0.124"
tokio = { version = "1.39.2", features = ["sync"] }
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion moonraker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2021"
anyhow = "1"
bytes = "1.7.1"
reqwest = { version = "0", features = ["json", "multipart"] }
serde = { version = "1.0.205", features = ["derive"] }
serde = { version = "1.0.207", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["full"] }

0 comments on commit 1da4082

Please sign in to comment.