mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
build(deps): bump thin-vec from 0.2.12 to 0.2.13 (#30819)
Bumps [thin-vec](https://github.com/gankra/thin-vec) from 0.2.12 to 0.2.13. - [Changelog](https://github.com/Gankra/thin-vec/blob/main/RELEASES.md) - [Commits](https://github.com/gankra/thin-vec/compare/v0.2.12...v0.2.13) --- updated-dependencies: - dependency-name: thin-vec dependency-type: direct:production update-type: version-update:semver-patch ... 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:
parent
c909c64378
commit
16c402ef48
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -6034,9 +6034,9 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
|||
|
||||
[[package]]
|
||||
name = "thin-vec"
|
||||
version = "0.2.12"
|
||||
version = "0.2.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8"
|
||||
checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b"
|
||||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
|
|
|
@ -91,7 +91,7 @@ style_traits = { path = "components/style_traits", features = ["servo"] }
|
|||
surfman = { version = "0.8", features = ["chains", "sm-angle", "sm-angle-default"] }
|
||||
syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] }
|
||||
synstructure = "0.13"
|
||||
thin-vec = "0.2.1"
|
||||
thin-vec = "0.2.13"
|
||||
time = "0.1.41"
|
||||
tokio = "1"
|
||||
tokio-rustls = "0.24"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue