build: Bump blocking from 1.3.1 to 1.5.1

Bumps [blocking](https://github.com/smol-rs/blocking) from 1.3.1 to 1.5.1.
- [Release notes](https://github.com/smol-rs/blocking/releases)
- [Changelog](https://github.com/smol-rs/blocking/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/blocking/compare/v1.3.1...v1.5.1)

---
updated-dependencies:
- dependency-name: blocking
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-12-20 23:43:13 +00:00
parent 24f384d239
commit 580b45505b
2 changed files with 25 additions and 11 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ arc-swap = "1.5.1"
arch = { path = "../arch" }
bitflags = "2.4.1"
block = { path = "../block" }
blocking = { version = "1.3.0", optional = true }
blocking = { version = "1.5.1", optional = true }
cfg-if = "1.0.0"
clap = "4.4.7"
devices = { path = "../devices" }