Skip to content

Commit

Permalink
Update versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
westy92 committed Apr 23, 2023
1 parent 891ba64 commit 309b96c
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,10 +20,10 @@ include = [

[dependencies]
reqwest = { version = "0.11", features = ["json"] }
rustc_version_runtime = "0.2.1"
serde = { version = "1.0.160", features = ["derive"] }
rustc_version_runtime = "0.2"
serde = { version = "1", features = ["derive"] }
tokio = { version = "1", features = ["full"] }

[dev-dependencies]
mockito = "1.0.2"
tokio-test = "*"
mockito = "1"
tokio-test = "0.4"

0 comments on commit 309b96c

Please sign in to comment.