1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-24 04:04:24 +00:00

[deps] Platform: Update Rust crate pin-project to v1.1.8 (#12961)

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-01-21 11:10:58 +01:00
committed by GitHub
parent 8498de391f
commit 2438e6b934
2 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ base64 = "=0.22.1"
byteorder = "=1.5.0"
cbc = { version = "=0.1.2", features = ["alloc"] }
homedir = "=0.3.4"
pin-project = "=1.1.7"
pin-project = "=1.1.8"
dirs = "=5.0.1"
futures = "=0.3.31"
interprocess = { version = "=2.2.1", features = ["tokio"] }