build: Bump remain from 0.2.4 to 0.2.5

Bumps [remain](https://github.com/dtolnay/remain) from 0.2.4 to 0.2.5.
- [Release notes](https://github.com/dtolnay/remain/releases)
- [Commits](https://github.com/dtolnay/remain/compare/0.2.4...0.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-11-16 23:06:48 +00:00
parent 869c649e81
commit 57cd12fabc
3 changed files with 4 additions and 4 deletions

View File

@@ -10,6 +10,6 @@ byteorder = "1.4.3"
crc32c = "0.6.3"
libc = "0.2.137"
log = "0.4.17"
remain = "0.2.4"
remain = "0.2.5"
thiserror = "1.0.37"
uuid = { version = "1.2.1", features = ["v4"] }