Skip to content

Commit

Permalink
chore: update all dependencies to the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgierada committed Feb 5, 2024
1 parent b2cf7b4 commit d15e43e
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
@@ -1,7 +1,7 @@
[package]
name = "govee-api"
authors = ["Maciej Gierada"]
version = "1.3.4"
version = "1.3.5"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["govee", "api", "wrapper", "client", "sdk"]
Expand All @@ -15,11 +15,11 @@ readme = "README.md"

[dependencies]
reqwest = {version = "0.11.14", features = ["blocking", "json"]}
serde = {version = "1.0.154", features = ["derive"]}
serde_json = "1.0.94"
serde = {version = "1.0.196", features = ["derive"]}
serde_json = "1.0.113"
lazy_static = "1.4.0"
futures = "0.3"
futures = "0.3.30"

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

0 comments on commit d15e43e

Please sign in to comment.