Skip to content

Commit 61ef6a7

Browse files
chore(deps)(deps): bump schemars from 0.8.22 to 1.0.4
Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.22 to 1.0.4. - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v0.8.22...v1.0.4) --- updated-dependencies: - dependency-name: schemars dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 901aa3f commit 61ef6a7

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -52,7 +52,7 @@ url = { version = "2.3.1", features = ["serde"] }
5252
async-once-cell = "0.5.3"
5353
ulid = { version = "1.0.0", features = ["serde", "uuid"] }
5454
thiserror = "1.0.53"
55-
schemars = { version = "0.8.22", features = ["derive"] }
55+
schemars = { version = "1.0.4", features = ["derive"] }
5656
tsify = { version = "0.5", features = ["js"], optional = true }
5757
wasm-bindgen = { version = "0.2", optional = true }
5858

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 = "1.0.4", features = ["derive"] }
2323
tsify = { version = "0.5", features = ["js"], optional = true }
2424
uuid = { version = "1.6.1", features = ["v4", "serde"] }
2525
wasm-bindgen = { version = "0.2", optional = true }

desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tokio = { version = "1.36.0", features = ["full"] }
4949
thiserror = "1.0.58"
5050
ahash = "0.8.11"
5151
lru = "0.12"
52-
schemars = { version = "0.8.22", features = ["derive"] }
52+
schemars = { version = "1.0.4", features = ["derive"] }
5353
tsify = { version = "0.5", features = ["js"] }
5454
wasm-bindgen = "0.2"
5555
tracing = "0.1.40"

terraphim_server/Cargo.toml

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

0 commit comments

Comments
 (0)