1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[deps] Platform: Update Rust crate typenum to v1.18.0 (#14486)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-04-28 11:44:43 +02:00
committed by GitHub
parent 74d01eca81
commit 5fc4e32b8f
2 changed files with 3 additions and 3 deletions

View File

@@ -3022,9 +3022,9 @@ dependencies = [
[[package]]
name = "typenum"
version = "1.17.0"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
[[package]]
name = "uds_windows"

View File

@@ -54,7 +54,7 @@ thiserror = "=1.0.69"
tokio = "=1.43.1"
tokio-stream = "=0.1.15"
tokio-util = "=0.7.13"
typenum = "=1.17.0"
typenum = "=1.18.0"
uniffi = "=0.28.3"
widestring = "=1.1.0"
windows = "=0.61.1"