Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
BBaoVanC committed Dec 10, 2023
1 parent 80f6d73 commit 92a07ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bobashare-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ default-run = "bobashare-web"
[dependencies]
anyhow = "1.0.65"
askama = { version = "0.12.0", features = ["with-axum"] }
askama_axum = "0.3.0"
axum = { version = "0.6.0", features = ["headers", "multipart"] }
axum-extra = "0.8.0"
askama_axum = "0.4.0"
axum = { version = "0.7.0", features = ["headers", "multipart"] }
axum-extra = "0.9.0"
bobashare = { path = "../bobashare" }
chrono = { version = "0.4.22", features = ["serde"] }
clap = { version = "4.0.12", features = ["derive"] }
Expand Down

0 comments on commit 92a07ae

Please sign in to comment.