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.132    1.0.132 1.0.132
serde      1.0.210 1.0.214    1.0.214 1.0.214
thiserror  1.0.64  1.0.66     1.0.66  1.0.66
tokio      1.40.0  1.41.0     1.41.0  1.41.0
anyhow     1.0.89  1.0.92     1.0.92  1.0.92
  • Loading branch information
StefanBossbaly authored and github-actions[bot] committed Nov 3, 2024
1 parent 580d14b commit 572b30b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.132"
serde = { version = "1.0.214", features = ["derive"] }
chrono = { version = "0.4", features = ["serde"] }
thiserror = "1.0.64"
thiserror = "1.0.66"
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"
tokio = { version = "1.41.0", features = ["full"] }
anyhow = "1.0.92"

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

0 comments on commit 572b30b

Please sign in to comment.