Skip to content

Commit

Permalink
🔧 Tidy up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Nov 29, 2023
1 parent d3a1b53 commit 7f45072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ include = ["/src", "/examples", "/README.md", "/LICENSE"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
http = "0.2"
paste = "1.0"

[dependencies.uuid]
Expand All @@ -36,6 +35,7 @@ optional = true
features = ["serde"]

[dev-dependencies]
http = "0.2"
axum = "0.6"
tokio = { version = "1.0", features = ["full"] }

Expand Down

0 comments on commit 7f45072

Please sign in to comment.