diff --git a/_service b/_service
index 36eca4a..5e5911b 100644
--- a/_service
+++ b/_service
@@ -5,7 +5,7 @@
@PARENT_TAG@~@TAG_OFFSET@
git
- 20231115-suse-maint-v0.7.2
+ 20231205-suse-maint-v0.7.4
*
v(\d+\.\d+\.\d+)
\1
diff --git a/_servicedata b/_servicedata
index 57df53e..a2b2460 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/Firstyear/sccache.git
- 4db616b23b981daa81405d8d269918347a8fb344
\ No newline at end of file
+ 13acee1c5c3b22a8e4d1122fd592330eb4baf31e
\ No newline at end of file
diff --git a/cargo_config b/cargo_config
deleted file mode 100644
index 502bcb2..0000000
--- a/cargo_config
+++ /dev/null
@@ -1,9 +0,0 @@
-[source.crates-io]
-replace-with = "vendored-sources"
-
-[source."git+https://github.com/Firstyear/opensuse-proxy-cache.git"]
-git = "https://github.com/Firstyear/opensuse-proxy-cache.git"
-replace-with = "vendored-sources"
-
-[source.vendored-sources]
-directory = "vendor"
diff --git a/sccache-0.7.2~0.tar.zst b/sccache-0.7.2~0.tar.zst
deleted file mode 100644
index 1f5eac2..0000000
--- a/sccache-0.7.2~0.tar.zst
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:4f695f701dd1b79ee6f0e4fe27ff1404b1ef7c66356e8ac53806114db558b574
-size 276091
diff --git a/sccache-0.7.4~3.tar.zst b/sccache-0.7.4~3.tar.zst
new file mode 100644
index 0000000..b4bbb52
--- /dev/null
+++ b/sccache-0.7.4~3.tar.zst
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7746a86afd1cd7ebd3c988374810792debf6398b9e46013476774c6d92dc38a2
+size 277984
diff --git a/sccache.changes b/sccache.changes
index 7096806..8ed4ef5 100644
--- a/sccache.changes
+++ b/sccache.changes
@@ -1,3 +1,22 @@
+-------------------------------------------------------------------
+Tue Dec 05 04:28:03 UTC 2023 - william.brown@suse.com
+
+- Update to version 0.7.4~3:
+ * Add experimental concurrent cache support
+ * Bump freebsd-vm action to v1.0.2 & use ubuntu (#1994)
+ * build(deps): bump serde from 1.0.190 to 1.0.193
+ * Prepare version 0.7.4
+ * Activate direct mode when e.g. SCCACHE_DIR is set.
+ * Remove some unnecessary clones
+ * Only activate direct mode by default for local
+ * Catch panics in the server and transmit them as errors to the client.
+ * Remove uses of Lazy>
+ * Add support for `--` on clang/clang-cl command-line
+ * Fix test_parse_arguments_multiarch_cache_disabled
+ * Fix some possible out-of-bound accesses in process_preprocesed_{file,line}
+ * prepare version 0.7.3
+ * Revert "Activate preprocessor cache mode by default"
+
-------------------------------------------------------------------
Wed Nov 15 00:17:24 UTC 2023 - william.brown@suse.com
diff --git a/sccache.spec b/sccache.spec
index a114b90..b19eeaa 100644
--- a/sccache.spec
+++ b/sccache.spec
@@ -19,7 +19,7 @@
%define configdir %{_sysconfdir}/%{name}
Name: sccache
-Version: 0.7.2~0
+Version: 0.7.4~3
Release: 0
Summary: A compiler caching tool for Rust, C and C++ with optional cloud storage
License: (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR CC0-1.0) AND ((Apache-2.0 AND BSD-2-Clause) OR MIT) AND (Apache-2.0 OR MIT OR BSD-2-Clause) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT
@@ -27,7 +27,6 @@ Group: Development/Languages/Rust
URL: https://github.com/mozilla/%{name}
Source0: %{name}-%{version}.tar.zst
Source1: vendor.tar.zst
-Source2: cargo_config
Source10: sccache-dist-builder.service
Source11: sccache-dist-scheduler.service
Source12: builder.conf
@@ -47,8 +46,6 @@ the Google Cloud Storage (GCS) API.
%setup -q
%setup -qa1
-mkdir .cargo
-cp %{SOURCE2} .cargo/config
# Remove exec bits to prevent an issue in fedora shebang checking
find vendor -type f -name \*.rs -exec chmod -x '{}' \;
diff --git a/vendor.tar.zst b/vendor.tar.zst
index 8062c7c..8d16254 100644
--- a/vendor.tar.zst
+++ b/vendor.tar.zst
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:0cb6e169e40560e2ab6d67ca22da43fa19938bddf9f75e425e35738d86ff76b8
-size 40605661
+oid sha256:1c692140943c5c8496e723cdd66ee3ef77d88cfa4f84eb97b2aea4a838685f24
+size 44047203