mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
Update self_cell for UB fix
This commit is contained in:
parent
fac9e0ee14
commit
fc24a4be52
2 changed files with 22 additions and 4 deletions
15
Cargo.lock
generated
15
Cargo.lock
generated
|
@ -1372,7 +1372,7 @@ dependencies = [
|
|||
"intl-memoizer",
|
||||
"intl_pluralrules",
|
||||
"rustc-hash",
|
||||
"self_cell",
|
||||
"self_cell 0.10.3",
|
||||
"smallvec",
|
||||
"unic-langid",
|
||||
]
|
||||
|
@ -3869,9 +3869,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 = "semver"
|
||||
|
|
|
@ -2503,7 +2503,16 @@
|
|||
},
|
||||
{
|
||||
"name": "self_cell",
|
||||
"version": "0.10.2",
|
||||
"version": "0.10.3",
|
||||
"authors": "Lukas Bergdoll <lukas.bergdoll@gmail.com>",
|
||||
"repository": "https://github.com/Voultapher/self_cell",
|
||||
"license": "Apache-2.0",
|
||||
"license_file": null,
|
||||
"description": "Safe-to-use proc-macro-free self-referential structs in stable Rust."
|
||||
},
|
||||
{
|
||||
"name": "self_cell",
|
||||
"version": "1.0.2",
|
||||
"authors": "Lukas Bergdoll <lukas.bergdoll@gmail.com>",
|
||||
"repository": "https://github.com/Voultapher/self_cell",
|
||||
"license": "Apache-2.0",
|
||||
|
|
Loading…
Reference in a new issue