Browse Source

Bump thin-vec from 0.2.12 to 0.2.13 (#3499)

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>
pull/2767/head
dependabot[bot] 12 months ago committed by GitHub
parent
commit
e7c7d3a8d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml

4
Cargo.lock generated

@ -3668,9 +3668,9 @@ dependencies = [
[[package]] [[package]]
name = "thin-vec" name = "thin-vec"
version = "0.2.12" version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8" checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b"
[[package]] [[package]]
name = "thiserror" name = "thiserror"

2
Cargo.toml

@ -64,7 +64,7 @@ serde_json = "1.0.108"
serde = "1.0.193" serde = "1.0.193"
static_assertions = "1.1.0" static_assertions = "1.1.0"
textwrap = "0.16.0" textwrap = "0.16.0"
thin-vec = "0.2.12" thin-vec = "0.2.13"
# ICU4X # ICU4X

Loading…
Cancel
Save