mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove ref_filter_map
dependency (#36857)
Instead, use the `filter_map` functions of `std::cell::Ref` and `accountable_refcell::Ref`, which provide the same functionality as `ref_filter_map`. Testing: Refactoring for removing dependency. No extra test is needed. Fixes: #36851 --------- Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>
This commit is contained in:
parent
edea2caec1
commit
1271dbf6ec
8 changed files with 15 additions and 23 deletions
|
@ -16,7 +16,7 @@ publish = false
|
|||
rust-version = "1.85.0"
|
||||
|
||||
[workspace.dependencies]
|
||||
accountable-refcell = "0.2.0"
|
||||
accountable-refcell = "0.2.2"
|
||||
aes = "0.8.4"
|
||||
aes-gcm = "0.10.3"
|
||||
aes-kw = { version = "0.2.1", features = ["alloc"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue