Skip to content

Commit 7438dcf

Browse files
fix: update cargo dependencies (#14)
Co-authored-by: alchemax-housekeeper[bot] <258233519+alchemax-housekeeper[bot]@users.noreply.github.com>
1 parent e691513 commit 7438dcf

3 files changed

Lines changed: 21 additions & 25 deletions

File tree

Cargo.lock

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

crates/oapi-codegen/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@ workspace = true
1414

1515
[dependencies]
1616
clap = { version = "4.6.1", features = ["derive"] }
17-
http = "1"
17+
http = "1.4.2"
1818
indexmap = "2.14.0"
19-
openapiv3 = "2"
19+
openapiv3 = "2.2.0"
2020
prettyplease = "0.2.37"
2121
proc-macro2 = "1.0.106"
2222
quote = "1.0.46"
2323
serde = { version = "1.0.228", features = ["derive"] }
24-
serde_yaml = "0.9"
24+
serde_yaml = "0.9.34+deprecated"
2525
syn = { version = "2.0.118", features = ["full"] }
2626

2727
[dev-dependencies]
2828
# chrono/uuid only type-check the generated model outputs (which reference
2929
# them); axum type-checks the generated server output; openapiv3 backs the
3030
# coverage-matrix anchor in tests/coverage.rs. None are needed by the generator
3131
# itself.
32-
axum = "0.8"
33-
axum-extra = { version = "0.10", features = ["query", "cookie"] }
34-
chrono = { version = "0.4", features = ["serde"] }
35-
openapiv3 = "2"
32+
axum = "0.8.9"
33+
axum-extra = { version = "0.12.6", features = ["query", "cookie"] }
34+
chrono = { version = "0.4.45", features = ["serde"] }
35+
openapiv3 = "2.2.0"
3636
serde = { version = "1.0.228", features = ["derive"] }
3737
serde_json = "1.0.150"
38-
uuid = { version = "1", features = ["serde"] }
38+
uuid = { version = "1.23.4", features = ["serde"] }

examples/bookstore/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish = false
1010
workspace = true
1111

1212
[dependencies]
13-
axum = "0.8"
14-
axum-extra = { version = "0.10", features = ["query"] }
13+
axum = "0.8.9"
14+
axum-extra = { version = "0.12.6", features = ["query"] }
1515
serde = { version = "1.0.228", features = ["derive"] }
1616
serde_json = "1.0.150"

0 commit comments

Comments
 (0)