Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmedrano committed Jul 12, 2023
1 parent d97e118 commit a77cc71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "livi"
readme = "README.md"
repository = "https://github.com/wmedrano/livi-rs"
version = "0.7.2"
version = "0.7.3"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -24,5 +24,5 @@ env_logger = "0.10"
jack = {version = "0.11"}
lazy_static = "1.4"
structopt = "0.3"
tempfile = "3.3.0"
wav = "1.0.0"
tempfile = "3.6"
wav = "1.0"

0 comments on commit a77cc71

Please sign in to comment.