Skip to content

Commit

Permalink
Bump serde from 1.0.188 to 1.0.189 (#423)
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.188 to 1.0.189.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.188...v1.0.189)

---
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 Oct 16, 2023
1 parent 76a411e commit 15e5da3
Show file tree
Hide file tree
Showing 3 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.

4 changes: 2 additions & 2 deletions typify-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ edition = "2021"

[dependencies]
regress = "0.7.1"
serde = "1.0.188"
serde = "1.0.189"
serde_json = "1.0.107"

[build-dependencies]
ipnetwork = { version = "0.20.0", features = ["schemars"] }
prettyplease = "0.2"
schemars = "0.8.13"
serde = "1.0.188"
serde = "1.0.189"
syn = "2.0.38"
typify = { path = "../typify" }
2 changes: 1 addition & 1 deletion typify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ quote = "1.0.33"
regress = "0.7.1"
rustfmt-wrapper = "0.2.0"
schemars = "0.8.13"
serde = "1.0.188"
serde = "1.0.189"
serde_json = "1.0.107"
trybuild = "1.0.85"
uuid = { version = "1.4.1", features = ["serde"] }

0 comments on commit 15e5da3

Please sign in to comment.