Skip to content

Commit

Permalink
Update dependencies (#14)
Browse files Browse the repository at this point in the history
name  old req compatible latest  new req
====  ======= ========== ======  =======
serde 1.0.204 1.0.205    1.0.205 1.0.205

Co-authored-by: StefanBossbaly <[email protected]>
  • Loading branch information
StefanBossbaly and StefanBossbaly authored Aug 13, 2024
1 parent 2935454 commit 0ea9a16
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 @@ -22,7 +22,7 @@ serde_debugging = ["dep:serde_path_to_error"]
[dependencies]
reqwest = { version = "0.12.5", features = ["json"] }
serde_json = "1.0.122"
serde = { version = "1.0.204", features = ["derive"] }
serde = { version = "1.0.205", features = ["derive"] }
chrono = { version = "0.4", features = ["serde"] }
thiserror = "1.0.63"
serde_path_to_error = { version = "0.1.16", optional = true }
Expand Down

0 comments on commit 0ea9a16

Please sign in to comment.