Skip to content

Commit 61d7989

Browse files
Bump schemars from 0.8.21 to 0.8.22
Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.21 to 0.8.22. - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v0.8.21...v0.8.22) --- updated-dependencies: - dependency-name: schemars dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b61e6a3 commit 61d7989

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-typify/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env_logger = "0.11"
2020
rustfmt-wrapper = "0.2.1"
2121
semver = "1.0.25"
2222
serde_json = "1.0.138"
23-
schemars = "0.8.21"
23+
schemars = "0.8.22"
2424

2525
[dev-dependencies]
2626
assert_cmd = "2.0.16"

typify-impl/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ log = "0.4.26"
1313
proc-macro2 = "1.0.93"
1414
quote = "1.0.38"
1515
regress = "0.10.3"
16-
schemars = "0.8.21"
16+
schemars = "0.8.22"
1717
semver = "1.0.25"
1818
serde = "1.0.218"
1919
serde_json = "1.0.138"
@@ -28,6 +28,6 @@ expectorate = "1.1.0"
2828
paste = "1.0.15"
2929
rustfmt-wrapper = "0.2.1"
3030
schema = "0.1.0"
31-
schemars = { version = "0.8.21", features = ["uuid1", "impl_json_schema"] }
31+
schemars = { version = "0.8.22", features = ["uuid1", "impl_json_schema"] }
3232
syn = { version = "2.0.98", features = ["full", "extra-traits", "visit-mut"] }
3333
uuid = "1.14.0"

typify-macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ proc-macro = true
1313
[dependencies]
1414
proc-macro2 = "1.0.93"
1515
quote = "1.0.38"
16-
schemars = "0.8.21"
16+
schemars = "0.8.22"
1717
semver = { version = "1.0.25", features = ["serde"] }
1818
serde = "1.0.218"
1919
serde_json = "1.0.138"

typify-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ serde_json = "1.0.138"
1111
[build-dependencies]
1212
ipnetwork = { version = "0.21.1", features = ["schemars"] }
1313
prettyplease = "0.2.29"
14-
schemars = "0.8.21"
14+
schemars = "0.8.22"
1515
serde = "1.0.218"
1616
syn = "2.0.98"
1717
typify = { path = "../typify" }

typify/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ glob = "0.3.2"
2525
quote = "1.0.38"
2626
regress = "0.10.3"
2727
rustfmt-wrapper = "0.2.1"
28-
schemars = "0.8.21"
28+
schemars = "0.8.22"
2929
serde = "1.0.218"
3030
serde_json = "1.0.138"
3131
trybuild = "1.0.103"

0 commit comments

Comments
 (0)