Skip to content

Commit 44a6ead

Browse files
committed
build: upgrade schemars to 0.9.0
1 parent ed9aeba commit 44a6ead

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.8.21"
27+
schemars = "0.9.0"
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.8.22"
23+
schemars = "0.9.0"
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.8.21", optional = true }
31+
schemars = { version = "0.9.0", optional = true }
3232

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

0 commit comments

Comments
 (0)