Skip to content

Commit c325ac1

Browse files
chore(deps): update schemars requirement from 0.8.1 to 1.2.0
Updates the requirements on [schemars](https://github.com/GREsau/schemars) to permit the latest version. - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v0.8.1...v1.2.0) --- updated-dependencies: - dependency-name: schemars dependency-version: 1.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e35e1e4 commit c325ac1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ regex = "1.11.1"
6565
rocket = { version = "0.5.1", features = ["tls"] }
6666
rocket_okapi = { version = "0.9.0", features = ["swagger", "rapidoc"] }
6767
rocket_sync_db_pools = { version = "0.1.0", features = ["diesel_sqlite_pool"] }
68-
schemars = "0.8.1"
68+
schemars = "1.2.0"
6969
serde = "1.0.217"
7070
serde_json = "1.0.138"
7171
tao = "0.31.1"

0 commit comments

Comments
 (0)