Skip to content

Commit

Permalink
chore(deps): bump serde from 1.0.201 to 1.0.203
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.201 to 1.0.203.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.201...v1.0.203)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 3, 2024
1 parent ca6e5c0 commit 8e5a020
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 goldboot-image/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ flate2 = "1.0.28"
hex = "0.4.3"
rand = "0.8.5"
regex = "1.10.2"
serde = { version = "1.0.192", features = ["derive"] }
serde = { version = "1.0.203", features = ["derive"] }
sha2 = "0.10.8"
strum = { version = "0.26.1", features = ["derive"] }
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion goldboot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ reqwest = { version = "0.11.22", features = ["stream", "blocking", "json"] }
ron = "0.8.1"
rustls = { version = "0.22.2" }
serde_json = "1.0.108"
serde = { version = "1.0.190", features = ["derive"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_win_unattend = { version = "0.3.3", optional = true }
serde_yaml = "0.9.27"
sha1 = "0.10.6"
Expand Down

0 comments on commit 8e5a020

Please sign in to comment.