summaryrefslogtreecommitdiffstats
path: root/.cargo
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:50 +0000
commitdef92d1b8e9d373e2f6f27c366d578d97d8960c6 (patch)
tree2ef34b9ad8bb9a9220e05d60352558b15f513894 /.cargo
parentAdding debian version 125.0.3-1. (diff)
downloadfirefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.tar.xz
firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.zip
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config.toml.in (renamed from .cargo/config.in)28
1 files changed, 14 insertions, 14 deletions
diff --git a/.cargo/config.in b/.cargo/config.toml.in
index e6e68158d8..6372893587 100644
--- a/.cargo/config.in
+++ b/.cargo/config.toml.in
@@ -25,9 +25,9 @@ git = "https://github.com/franziskuskiefer/cose-rust"
rev = "43c22248d136c8b38fe42ea709d08da6355cf04b"
replace-with = "vendored-sources"
-[source."git+https://github.com/gfx-rs/wgpu?rev=6040820099bc72b827a6a5f53d66dda3e301f944"]
+[source."git+https://github.com/gfx-rs/wgpu?rev=0c5bebca514eb06d9387f87666c1c658f3f673b4"]
git = "https://github.com/gfx-rs/wgpu"
-rev = "6040820099bc72b827a6a5f53d66dda3e301f944"
+rev = "0c5bebca514eb06d9387f87666c1c658f3f673b4"
replace-with = "vendored-sources"
[source."git+https://github.com/glandium/mio?rev=9a2ef335c366044ffe73b1c4acabe50a1daefe05"]
@@ -55,19 +55,19 @@ git = "https://github.com/mozilla-spidermonkey/jsparagus"
rev = "61f399c53a641ebd3077c1f39f054f6d396a633c"
replace-with = "vendored-sources"
-[source."git+https://github.com/mozilla/application-services?rev=5fc8ee2f0f6950e36d4096983757bd046d55df9f"]
+[source."git+https://github.com/mozilla/application-services?rev=e6ccfed09ebe663f464a33968f42e656c152e584"]
git = "https://github.com/mozilla/application-services"
-rev = "5fc8ee2f0f6950e36d4096983757bd046d55df9f"
+rev = "e6ccfed09ebe663f464a33968f42e656c152e584"
replace-with = "vendored-sources"
-[source."git+https://github.com/mozilla/audioipc?rev=596bdb7fbb5745ea415726e16bd497e6c850a540"]
+[source."git+https://github.com/mozilla/audioipc?rev=409e11f8de6288e9ddfe269654523735302e59e6"]
git = "https://github.com/mozilla/audioipc"
-rev = "596bdb7fbb5745ea415726e16bd497e6c850a540"
+rev = "409e11f8de6288e9ddfe269654523735302e59e6"
replace-with = "vendored-sources"
-[source."git+https://github.com/mozilla/cubeb-coreaudio-rs?rev=d23ab55eab684b46f46e1da177c8814f6103a009"]
+[source."git+https://github.com/mozilla/cubeb-coreaudio-rs?rev=cc58f92f28015e4e25eba9e482007cf464c10474"]
git = "https://github.com/mozilla/cubeb-coreaudio-rs"
-rev = "d23ab55eab684b46f46e1da177c8814f6103a009"
+rev = "cc58f92f28015e4e25eba9e482007cf464c10474"
replace-with = "vendored-sources"
[source."git+https://github.com/mozilla/cubeb-pulse-rs?rev=8ff972c8e2ec1782ff262ac4071c0415e69b1367"]
@@ -85,14 +85,14 @@ git = "https://github.com/mozilla/mp4parse-rust"
rev = "a138e40ec1c603615873e524b5b22e11c0ec4820"
replace-with = "vendored-sources"
-[source."git+https://github.com/mozilla/neqo?tag=v0.7.2"]
+[source."git+https://github.com/mozilla/neqo?tag=v0.7.5"]
git = "https://github.com/mozilla/neqo"
-tag = "v0.7.2"
+tag = "v0.7.5"
replace-with = "vendored-sources"
-[source."git+https://github.com/mozilla/uniffi-rs.git?rev=afb29ebdc1d9edf15021b1c5332fc9f285bbe13b"]
+[source."git+https://github.com/mozilla/uniffi-rs.git?rev=d52c5460ae42ecad1e73a5b394ac96d48f4769de"]
git = "https://github.com/mozilla/uniffi-rs.git"
-rev = "afb29ebdc1d9edf15021b1c5332fc9f285bbe13b"
+rev = "d52c5460ae42ecad1e73a5b394ac96d48f4769de"
replace-with = "vendored-sources"
[source."git+https://github.com/seanmonstar/warp?rev=9d081461ae1167eb321585ce424f4fef6cf0092b"]
@@ -113,9 +113,9 @@ replace-with = "vendored-sources"
# Take advantage of the fact that cargo will treat lines starting with #
# as comments to add preprocessing directives. This file can thus by copied
-# as-is to $topsrcdir/.cargo/config with no preprocessing to be used there
+# as-is to $topsrcdir/.cargo/config.toml with no preprocessing to be used there
# (for e.g. independent tasks building rust code), or be preprocessed by
-# the build system to produce a .cargo/config with the right content.
+# the build system to produce a .cargo/config.toml with the right content.
#define REPLACE_NAME vendored-sources
#define VENDORED_DIRECTORY third_party/rust
# We explicitly exclude the following section when preprocessing because