Skip to content

Commit

Permalink
Update dependencies (#15)
Browse files Browse the repository at this point in the history
name       old req compatible latest  new req
====       ======= ========== ======  =======
serde_json 1.0.122 1.0.125    1.0.125 1.0.125
serde      1.0.205 1.0.208    1.0.208 1.0.208
tokio      1.39.2  1.39.3     1.39.3  1.39.3

Co-authored-by: StefanBossbaly <828855+StefanBossbaly@users.noreply.github.com>
  • Loading branch information
StefanBossbaly and StefanBossbaly authored Aug 20, 2024
1 parent 0ea9a16 commit 3159936
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ serde_debugging = ["dep:serde_path_to_error"]

[dependencies]
reqwest = { version = "0.12.5", features = ["json"] }
serde_json = "1.0.122"
serde = { version = "1.0.205", features = ["derive"] }
serde_json = "1.0.125"
serde = { version = "1.0.208", features = ["derive"] }
chrono = { version = "0.4", features = ["serde"] }
thiserror = "1.0.63"
serde_path_to_error = { version = "0.1.16", optional = true }

[dev-dependencies]
mockito = "1.5.0"
tokio = { version = "1.39.2", features = ["full"] }
tokio = { version = "1.39.3", features = ["full"] }
anyhow = "1.0.86"

[[example]]
Expand Down

0 comments on commit 3159936

Please sign in to comment.