Skip to content

Commit

Permalink
Update dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBossbaly committed Dec 12, 2023
1 parent e0d26b0 commit 575affc
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 @@ -12,14 +12,14 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.11.20", features = ["json"] }
serde_json = "1.0.107"
serde = { version = "1.0.188", features = ["derive"] }
reqwest = { version = "0.11.22", features = ["json"] }
serde_json = "1.0.108"
serde = { version = "1.0.193", features = ["derive"] }
chrono = { version = "0.4", features = ["serde"] }

[dev-dependencies]
mockito = "1.2.0"
tokio = { version = "1.32.0", features = ["full"] }
tokio = { version = "1.35.0", features = ["full"] }

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

0 comments on commit 575affc

Please sign in to comment.