diff --git a/Cargo.lock b/Cargo.lock index 4318a8b2d..ce98f3348 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/cargo/licenses.json b/cargo/licenses.json index 0580940bd..370ce8899 100644 --- a/cargo/licenses.json +++ b/cargo/licenses.json @@ -2503,7 +2503,16 @@ }, { "name": "self_cell", - "version": "0.10.2", + "version": "0.10.3", + "authors": "Lukas Bergdoll ", + "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 ", "repository": "https://github.com/Voultapher/self_cell", "license": "Apache-2.0",