Skip to content

Commit

Permalink
build(deps): bump anyhow from 1.0.72 to 1.0.74
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.72 to 1.0.74.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.72...1.0.74)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 16, 2023
1 parent 228a0ea commit 4a3e039
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "src/main.rs"
default = ["serde", "strum", "schemars"]

[dependencies]
anyhow = "1.0.72"
anyhow = "1.0.74"
bytes = "1.4.0"
clap = "4.3.21"
confy = "0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion devtools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ symbols = ["minidsp/device"]
devices = ["minidsp/devices"]

[dependencies]
anyhow = "1.0.72"
anyhow = "1.0.74"
bimap = "0.6.3"
clap = "4.3.21"
env_logger = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion minidsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/mrene/minidsp-rs"
version = "0.1.9"

[dependencies]
anyhow = "1.0.72"
anyhow = "1.0.74"
async-trait = "0.1.73"
atomic_refcell = "0.1.10"
bimap = "0.6.3"
Expand Down
2 changes: 1 addition & 1 deletion protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "A control interface for some MiniDSP products"
repository = "https://github.com/mrene/minidsp-rs"

[dependencies]
anyhow = "1.0.72"
anyhow = "1.0.74"
bytes = "1.4.0"
schemars = { version = "0.8.12", optional = true }
serde = { version = "1.0.183", features = ["derive"], optional = true }
Expand Down

0 comments on commit 4a3e039

Please sign in to comment.