Skip to content

Commit

Permalink
Merge pull request #118 from drodil/dependabot/cargo/rweb-0.14.0
Browse files Browse the repository at this point in the history
chore(deps): update rweb requirement from 0.13.0 to 0.14.0
  • Loading branch information
drodil authored Sep 17, 2021
2 parents 45cd112 + e1c2e38 commit ed52b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustybeer-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ edition = "2018"

[dependencies]
rustybeer = { path = "../rustybeer" }
rweb = { version = "0.13.0", features = ["openapi"] }
rweb = { version = "0.14.0", features = ["openapi"] }
serde = "1"
tokio = "1"

0 comments on commit ed52b84

Please sign in to comment.