mirror of
https://github.com/str4d/rage.git
synced 2025-04-05 11:57:41 +03:00
build(deps): bump self_cell from 0.10.2 to 0.10.3
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>
This commit is contained in:
parent
488212d707
commit
6e31292e3e
1 changed files with 12 additions and 3 deletions
15
Cargo.lock
generated
15
Cargo.lock
generated
|
@ -858,7 +858,7 @@ dependencies = [
|
||||||
"intl-memoizer",
|
"intl-memoizer",
|
||||||
"intl_pluralrules",
|
"intl_pluralrules",
|
||||||
"rustc-hash",
|
"rustc-hash",
|
||||||
"self_cell",
|
"self_cell 0.10.3",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
"unic-langid",
|
"unic-langid",
|
||||||
]
|
]
|
||||||
|
@ -2231,9 +2231,18 @@ 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.2",
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "self_cell"
|
||||||
|
version = "1.0.2"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "e388332cd64eb80cd595a00941baf513caffae8dce9cfd0467fc9c66397dade6"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde"
|
name = "serde"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue