Skip to content

Commit

Permalink
Bump schemars from 0.8.13 to 0.8.15
Browse files Browse the repository at this point in the history
Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.13 to 0.8.15.
- [Release notes](https://github.com/GREsau/schemars/releases)
- [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md)
- [Commits](GREsau/schemars@v0.8.13...v0.8.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 5e4af2b commit e89d04d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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 cargo-typify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ color-eyre = "0.6"
env_logger = "0.10"
rustfmt-wrapper = "0.2.0"
serde_json = "1.0.107"
schemars = "0.8.13"
schemars = "0.8.15"

[dev-dependencies]
assert_cmd = "2.0.12"
Expand Down
4 changes: 2 additions & 2 deletions typify-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ log = "0.4"
proc-macro2 = "1.0"
quote = "1.0"
regress = "0.7.1"
schemars = "0.8.13"
schemars = "0.8.15"
serde_json = "1.0"
syn = { version = "2.0", features = ["full"] }
thiserror = "1.0"
Expand All @@ -25,7 +25,7 @@ expectorate = "1.1"
paste = "1.0"
rustfmt-wrapper = "0.2"
schema = "0.1.0"
schemars = { version = "0.8.13", features = ["uuid1"] }
schemars = { version = "0.8.15", features = ["uuid1"] }
serde = "1.0"
syn = { version = "2.0", features = ["full", "extra-traits"] }
uuid = "1.4.1"
2 changes: 1 addition & 1 deletion typify-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
schemars = "0.8.13"
schemars = "0.8.15"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_tokenstream = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion typify-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ serde_json = "1.0.107"
[build-dependencies]
ipnetwork = { version = "0.20.0", features = ["schemars"] }
prettyplease = "0.2"
schemars = "0.8.13"
schemars = "0.8.15"
serde = "1.0.188"
syn = "2.0.37"
typify = { path = "../typify" }
2 changes: 1 addition & 1 deletion typify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ glob = "0.3.1"
quote = "1.0.33"
regress = "0.7.1"
rustfmt-wrapper = "0.2.0"
schemars = "0.8.13"
schemars = "0.8.15"
serde = "1.0.188"
serde_json = "1.0.107"
trybuild = "1.0.85"
Expand Down

0 comments on commit e89d04d

Please sign in to comment.