Skip to content

Commit 4b213fb

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

4 files changed

Lines changed: 19 additions & 6 deletions

File tree

Cargo.lock

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

crates/terraphim_config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ url = { version = "2.3.1", features = ["serde"] }
5151
async-once-cell = "0.5.3"
5252
ulid = { version = "1.0.0", features = ["serde", "uuid"] }
5353
thiserror = "1.0.53"
54-
schemars = { version = "0.8.22", features = ["derive"] }
54+
schemars = { version = "0.9.0", features = ["derive"] }
5555
tsify = { version = "0.5", features = ["js"], optional = true }
5656
wasm-bindgen = { version = "0.2", optional = true }
5757

crates/terraphim_types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ log = "0.4.14"
1919
serde = { version = "1.0", features = ["derive"] }
2020
serde_json = "1.0.104"
2121
thiserror = "1.0.56"
22-
schemars = { version = "0.8.22", features = ["derive"] }
22+
schemars = { version = "0.9.0", features = ["derive"] }
2323
tsify = { version = "0.5", features = ["js"], optional = true }
2424
wasm-bindgen = { version = "0.2", optional = true }
2525
ulid = { version = "1.0.0", features = ["serde", "uuid"] }

terraphim_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ rust-embed = { version = "8.2.0", features = ["axum", "axum-ex", "mime-guess"] }
4242
env_logger = "0.11.8"
4343
url = "2.5.0"
4444
ahash = "0.8.11"
45-
schemars = "0.8.22"
45+
schemars = "0.9.0"
4646
regex = "1.11.0"
4747
walkdir = "2.4"
4848
chrono = { version = "0.4", features = ["serde"] }

0 commit comments

Comments
 (0)