Skip to content

Commit

Permalink
Fix deps for example
Browse files Browse the repository at this point in the history
  • Loading branch information
samscott89 committed Apr 7, 2024
1 parent 04b1ed6 commit 3c573f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ axum-framework = { package = "axum", version = "0.7", default-features = false,

[dev-dependencies]
chrono = { version = "0.4", features = ["serde"] }
csv = "=1.1"
csv = "=1.2.2"
memchr = "<2.7"
rand = "0.8"
serde_derive = "1.0"
serde_urlencoded = "0.7"
Expand Down

0 comments on commit 3c573f2

Please sign in to comment.