build(deps): bump calloop from 0.10.5 to 0.10.6 (#30216)

Bumps [calloop](https://github.com/Smithay/calloop) from 0.10.5 to 0.10.6.
- [Release notes](https://github.com/Smithay/calloop/releases)
- [Changelog](https://github.com/Smithay/calloop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Smithay/calloop/compare/v0.10.5...v0.10.6)

---
updated-dependencies:
- dependency-name: calloop
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-27 21:15:17 +05:30 committed by GitHub
parent c08077ad6f
commit b60eeb5bb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Cargo.lock generated
View file

@ -624,10 +624,11 @@ dependencies = [
[[package]] [[package]]
name = "calloop" name = "calloop"
version = "0.10.5" version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a59225be45a478d772ce015d9743e49e92798ece9e34eda9a6aa2a6a7f40192" checksum = "52e0d00eb1ea24371a97d2da6201c6747a633dc6dc1988ef503403b4c59504a8"
dependencies = [ dependencies = [
"bitflags 1.3.2",
"log", "log",
"nix 0.25.1", "nix 0.25.1",
"slotmap", "slotmap",