From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bc31184750..dd0ed4f7c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ # and do not need to be listed here. Their external dependencies are vendored # into `third_party/rust` by `mach vendor rust`. members = [ + "browser/app/nmhproxy/", "js/src/frontend/smoosh", "js/src/rust", "netwerk/test/http3server", @@ -188,6 +189,7 @@ rure = { path = "third_party/rust/rure" } # To-be-published changes. cssparser = { git = "https://github.com/servo/rust-cssparser", rev = "aaa966d9d6ae70c4b8a62bb5e3a14c068bb7dff0" } cssparser-macros = { git = "https://github.com/servo/rust-cssparser", rev = "aaa966d9d6ae70c4b8a62bb5e3a14c068bb7dff0" } +unicode-bidi = { git = "https://github.com/servo/unicode-bidi", rev = "ca612daf1c08c53abe07327cb3e6ef6e0a760f0c" } # Other overrides chardetng = { git = "https://github.com/hsivonen/chardetng", rev = "3484d3e3ebdc8931493aa5df4d7ee9360a90e76b" } -- cgit v1.2.3