Skip to content

Commit

Permalink
📌 pin serde deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Roms1383 committed Mar 14, 2024
1 parent 20708c5 commit fbd4132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ path = "src/main.rs"

[dependencies]
enum_dispatch = "0.3.12"
serde = { version = "1", features = ["derive"] }
serde = { version = "1.0.197", features = ["derive"] }
serde-aux = "4.5.0"
serde_json = "1"
serde_json = "1.0.114"
chrono = { version = "0.4.34", default-features = false, features = [
"clock",
"std",
Expand Down

0 comments on commit fbd4132

Please sign in to comment.