Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
name       old req compatible latest  new req
====       ======= ========== ======  =======
reqwest    0.12.5  0.12.7     0.12.7  0.12.7
serde_json 1.0.125 1.0.127    1.0.127 1.0.127
serde      1.0.208 1.0.209    1.0.209 1.0.209
tokio      1.39.3  1.40.0     1.40.0  1.40.0
  • Loading branch information
StefanBossbaly authored and github-actions[bot] committed Sep 1, 2024
1 parent 3159936 commit 2e41b7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ include = [
serde_debugging = ["dep:serde_path_to_error"]

[dependencies]
reqwest = { version = "0.12.5", features = ["json"] }
serde_json = "1.0.125"
serde = { version = "1.0.208", features = ["derive"] }
reqwest = { version = "0.12.7", features = ["json"] }
serde_json = "1.0.127"
serde = { version = "1.0.209", 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.3", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }
anyhow = "1.0.86"

[[example]]
Expand Down

0 comments on commit 2e41b7a

Please sign in to comment.