1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

Bump self_cell from 0.10.2 to 0.10.3 (#651)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-14 18:42:33 +00:00 committed by GitHub
parent 1a9a15c7db
commit 58074e22df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
Cargo.lock generated
View File

@ -3189,7 +3189,7 @@ dependencies = [
"intl-memoizer", "intl-memoizer",
"intl_pluralrules", "intl_pluralrules",
"rustc-hash", "rustc-hash",
"self_cell 0.10.2", "self_cell 0.10.3",
"smallvec 1.11.1", "smallvec 1.11.1",
"unic-langid", "unic-langid",
] ]
@ -6808,9 +6808,12 @@ dependencies = [
[[package]] [[package]]
name = "self_cell" name = "self_cell"
version = "0.10.2" version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af" checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d"
dependencies = [
"self_cell 1.0.1",
]
[[package]] [[package]]
name = "self_cell" name = "self_cell"