1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +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

@@ -2102,18 +2102,18 @@ dependencies = [
[[package]] [[package]]
name = "pin-project" name = "pin-project"
version = "1.1.7" version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95" checksum = "1e2ec53ad785f4d35dac0adea7f7dc6f1bb277ad84a680c7afefeae05d1f5916"
dependencies = [ dependencies = [
"pin-project-internal", "pin-project-internal",
] ]
[[package]] [[package]]
name = "pin-project-internal" name = "pin-project-internal"
version = "1.1.7" version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c" checksum = "d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

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