Skip to content

Commit 7215568

Browse files
committed
build: upgrade schemars to 1.x
1 parent 32f3173 commit 7215568

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/axum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ tokio = { version = "1.43.0", features = ["full"] }
2424
tower-http = { version = "0.5.2", features = ["trace"] }
2525
tracing = "0.1.41"
2626
tracing-subscriber = "0.3.19"
27-
schemars = "0.9.0"
27+
schemars = "1"
2828
yerpc = { path = "../../yerpc", features = ["anyhow", "support-axum"]}

examples/tide/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async-std = { version = "1.11.0", features = ["attributes"] }
2020
futures = "0.3.31"
2121
env_logger = "0.9.0"
2222
log = "0.4.25"
23-
schemars = "0.9.0"
23+
schemars = "1"
2424
async-trait = "0.1.53"
2525
typescript-type-def = { version = "0.5.13", features = ["json_value"] }
2626
async-broadcast = "0.4.0"

yerpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ serde = { version = "1.0.217", features = ["derive"] }
2828

2929
# type generating dependencies
3030
typescript-type-def = { version = "0.5.13", features = ["json_value"] }
31-
schemars = { version = "0.9.0", optional = true }
31+
schemars = { version = "1", optional = true }
3232

3333
# optional dependencies
3434
anyhow = { version = "1.0.95", optional = true }

0 commit comments

Comments
 (0)