Skip to content

Commit

Permalink
Update serde_yaml to 0.9.0 (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
banool authored Jul 30, 2022
1 parent 3f10656 commit e4f2715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poem-openapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ poem = { path = "../poem", version = "1.3.36", features = [

tokio = { version = "1.17.0", features = ["fs"] }
serde_json = "1.0.68"
serde_yaml = "0.8.24"
serde_yaml = "0.9.0"
serde_urlencoded = "0.7.1"
base64 = "0.13.0"
serde = { version = "1.0.130", features = ["derive"] }
Expand Down

0 comments on commit e4f2715

Please sign in to comment.