Skip to content

Commit a3322d0

Browse files
chore(deps): bump anyhow from 1.0.98 to 1.0.99
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.98 to 1.0.99. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.98...1.0.99) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.99 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 985ebd4 commit a3322d0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "src/main.rs"
1515
default = ["serde", "strum", "schemars"]
1616

1717
[dependencies]
18-
anyhow = "1.0.98"
18+
anyhow = "1.0.99"
1919
bytes = "1.10.1"
2020
clap = "4.5.39"
2121
confy = "0.5.1"

devtools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ symbols = ["minidsp/device"]
1111
devices = ["minidsp/devices"]
1212

1313
[dependencies]
14-
anyhow = "1.0.98"
14+
anyhow = "1.0.99"
1515
bimap = "0.6.3"
1616
clap = "4.5.39"
1717
env_logger = "0.10.2"

minidsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/mrene/minidsp-rs"
1010
version = "0.1.12"
1111

1212
[dependencies]
13-
anyhow = "1.0.98"
13+
anyhow = "1.0.99"
1414
async-trait = "0.1.88"
1515
atomic_refcell = "0.1.13"
1616
bimap = "0.6.3"

protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "A control interface for some MiniDSP products"
88
repository = "https://github.com/mrene/minidsp-rs"
99

1010
[dependencies]
11-
anyhow = "1.0.98"
11+
anyhow = "1.0.99"
1212
bytes = "1.10.1"
1313
schemars = { version = "0.8.22", optional = true }
1414
serde = { version = "1.0.219", features = ["derive"], optional = true }

0 commit comments

Comments
 (0)