Skip to content

Commit

Permalink
Move serde_json from dev_dependencies to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcua authored Jul 30, 2023
1 parent f72e05c commit 654e2c8
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 @@ -20,6 +20,7 @@ reqwest = { version = "0.11.18", features = ["json"] }
rusqlite = { version = "0.27.0", features = ["bundled"] }
regex = { version = "1.9.1"}
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0.104" }
serde_repr = { version = "0.1.16" }
sqlx = { version = "0.6.3", features = ["runtime-actix-native-tls", "postgres", "sqlite"] }
toml = { version = "0.7.6" }
Expand All @@ -29,4 +30,3 @@ prettytable-rs = "0.10.0"
[dev-dependencies]
assert_cmd = "2.0"
assert-json-diff = "2.0.2"
serde_json = "1.0.104"

0 comments on commit 654e2c8

Please sign in to comment.