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 42a7c1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
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,>1.0" # 2.7 breaks on older rust versions
rand = "0.8"
serde_derive = "1.0"
serde_urlencoded = "0.7"
Expand Down

0 comments on commit 42a7c1f

Please sign in to comment.