Skip to content

Commit

Permalink
tweak: dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
finnkauski committed Jul 11, 2020
1 parent da0f92c commit 2a75e8b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ tokio = {version = "0.2", features=["rt-core", "stream"]}
futures = "0.3.5"
ssdp = "0.7.0"
url = "2.1.1"
serde = {version = "*", features = ["derive"]}
serde_json = "*"
serde = {version = "1.0.114", features = ["derive"]}
serde_json = "1.0.56"

# Optional dependencies
dotenv = {version ="0.15.0", optional = true}
Expand Down

0 comments on commit 2a75e8b

Please sign in to comment.