Bump smallvec from 1.13.1 to 1.13.2

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.13.1 to 1.13.2.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.13.1...v1.13.2)

---
updated-dependencies:
- dependency-name: smallvec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-26 02:32:07 +00:00 коммит произвёл GitHub
Родитель a07bc11629
Коммит e4c7a4022b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 3 добавлений и 3 удалений

4
Cargo.lock сгенерированный
Просмотреть файл

@ -2140,9 +2140,9 @@ dependencies = [
[[package]]
name = "smallvec"
version = "1.13.1"
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
dependencies = [
"serde",
]

Просмотреть файл

@ -19,7 +19,7 @@ dotenvy = "0.15.7"
dashmap = "5.5.3"
once_cell = "1.19.0"
miette = { version = "7.2.0", features = ["fancy"] }
smallvec = { version = "1.13.1", features = ["serde"] }
smallvec = { version = "1.13.2", features = ["serde"] }
reqwest = { version = "0.11.26", default-features = false, features = ["rustls-tls", "json"] }
warp-real-ip = "0.2.0"
parse-display = "0.9.0"