Bump owning_ref from 0.4.0 to 0.4.1

Bumps [owning_ref](https://github.com/Kimundi/owning-ref-rs) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/Kimundi/owning-ref-rs/releases)
- [Changelog](https://github.com/Kimundi/owning-ref-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Kimundi/owning-ref-rs/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-06 16:13:55 +00:00 committed by GitHub
parent c35d7e12ff
commit de2dbb0db9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -4501,9 +4501,9 @@ dependencies = [
[[package]] [[package]]
name = "owning_ref" name = "owning_ref"
version = "0.4.0" version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"
dependencies = [ dependencies = [
"stable_deref_trait", "stable_deref_trait",
] ]