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.8  0.12.9     0.12.9  0.12.9
serde_json 1.0.128 1.0.133    1.0.133 1.0.133
serde      1.0.210 1.0.216    1.0.216 1.0.216
thiserror  1.0.64  1.0.69     2.0.7   2.0.7
mockito    1.5.0   1.6.1      1.6.1   1.6.1
tokio      1.40.0  1.42.0     1.42.0  1.42.0
anyhow     1.0.89  1.0.94     1.0.94  1.0.94
  • Loading branch information
StefanBossbaly authored and github-actions[bot] committed Dec 15, 2024
1 parent 580d14b commit 8127be2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ include = [
serde_debugging = ["dep:serde_path_to_error"]

[dependencies]
reqwest = { version = "0.12.8", features = ["json"] }
serde_json = "1.0.128"
serde = { version = "1.0.210", features = ["derive"] }
reqwest = { version = "0.12.9", features = ["json"] }
serde_json = "1.0.133"
serde = { version = "1.0.216", features = ["derive"] }
chrono = { version = "0.4", features = ["serde"] }
thiserror = "1.0.64"
thiserror = "2.0.7"
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.89"
mockito = "1.6.1"
tokio = { version = "1.42.0", features = ["full"] }
anyhow = "1.0.94"

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

0 comments on commit 8127be2

Please sign in to comment.