Skip to content

Commit b355442

Browse files
chore(deps): bump schemars from 1.1.0 to 1.2.0 (#482)
Bumps [schemars](https://github.com/GREsau/schemars) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: schemars dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 23fe51a commit b355442

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -56,7 +56,7 @@ rand = { version = "0.9" }
5656
regex = { version = "1.12" }
5757
reqwest = { version = "0.12", features = ["json", "http2", "gzip", "deflate"] }
5858
rmp = { version = "0.8" }
59-
schemars = { version = "1.1" }
59+
schemars = { version = "1.2" }
6060
scopeguard = "1.2.0"
6161
sea-orm = { version = "1.1", features = ["debug-print", "sqlx-mysql", "sqlx-postgres", "runtime-tokio", "runtime-tokio-native-tls"] }
6262
sea-orm-migration = { version = "1.1", features = ["sqlx-mysql", "sqlx-postgres", "runtime-tokio"] }

0 commit comments

Comments
 (0)