Bump self_cell from 0.10.2 to 0.10.3 in /manage (#264)

Bumps [self_cell](https://github.com/Voultapher/self_cell) from 0.10.2 to 0.10.3.
- [Release notes](https://github.com/Voultapher/self_cell/releases)
- [Commits](https://github.com/Voultapher/self_cell/compare/v0.10.2...v0.10.3)

---
updated-dependencies:
- dependency-name: self_cell
  dependency-type: indirect
...

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-11-15 10:57:33 +08:00 committed by GitHub
parent 27bdd5d703
commit 1b8846e224
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
manage/Cargo.lock generated
View file

@ -154,7 +154,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea571551ee271bbed113dc8e82fce0131a0c80f2f7656c31e0e47594339d4037"
dependencies = [
"memo-map",
"self_cell",
"self_cell 0.10.3",
"serde",
]
@ -250,9 +250,18 @@ dependencies = [
[[package]]
name = "self_cell"
version = "0.10.2"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d"
dependencies = [
"self_cell 1.0.2",
]
[[package]]
name = "self_cell"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e388332cd64eb80cd595a00941baf513caffae8dce9cfd0467fc9c66397dade6"
[[package]]
name = "serde"