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
====       ======= ========== ======  =======
serde_json 1.0.127 1.0.128    1.0.128 1.0.128
serde      1.0.209 1.0.210    1.0.210 1.0.210
anyhow     1.0.86  1.0.88     1.0.88  1.0.88
  • Loading branch information
StefanBossbaly authored and github-actions[bot] committed Sep 15, 2024
1 parent d1cf386 commit 380e631
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,16 +21,16 @@ serde_debugging = ["dep:serde_path_to_error"]

[dependencies]
reqwest = { version = "0.12.7", features = ["json"] }
serde_json = "1.0.127"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.128"
serde = { version = "1.0.210", 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.40.0", features = ["full"] }
anyhow = "1.0.86"
anyhow = "1.0.88"

[[example]]
name = "filter_stations"
Expand Down

0 comments on commit 380e631

Please sign in to comment.