Skip to content

Commit 6cde9a0

Browse files
chore(deps): bump schemars from 0.9.0 to 1.2.1
Bumps [schemars](https://github.com/GREsau/schemars) from 0.9.0 to 1.2.1. - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v0.9.0...v1.2.1) --- updated-dependencies: - dependency-name: schemars dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3d6220 commit 6cde9a0

File tree

3 files changed

+32
-7
lines changed

3 files changed

+32
-7
lines changed

Cargo.lock

Lines changed: 30 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ rand = { version = "0.9", default-features = false }
122122
redis = { version = "0.32", default-features = false }
123123
reqwest = { version = "0.13", default-features = false }
124124
rustversion = "1"
125-
schemars = { version = "0.9", default-features = false }
125+
schemars = { version = "1.2", default-features = false }
126126
sea-query = { version = "0.32", default-features = false }
127127
sea-query-binder = { version = "0.7", default-features = false }
128128
serde = "1"

examples/json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ edition = "2024"
99
[dependencies]
1010
cot = { path = "../../cot", features = ["openapi", "swagger-ui"] }
1111
serde = "1"
12-
schemars = "0.9"
12+
schemars = "1.2"

0 commit comments

Comments
 (0)