diff --git a/_constraints b/_constraints
index b03b3bf..ac7689e 100644
--- a/_constraints
+++ b/_constraints
@@ -5,7 +5,7 @@
16
- 16
+ 25
diff --git a/cargo_config b/cargo_config
index f740067..e25e1d0 100644
--- a/cargo_config
+++ b/cargo_config
@@ -17,4 +17,4 @@ branch = "hangfix"
replace-with = "vendored-sources"
[source.vendored-sources]
-directory = "vendor"
\ No newline at end of file
+directory = "vendor"
diff --git a/vendor.tar.zst b/vendor.tar.zst
index a65952a..aa85a2a 100644
--- a/vendor.tar.zst
+++ b/vendor.tar.zst
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:3dc2fd896f19e673c9fc49fd0c9f15bc26485cc0dc8ea5f6db86e99af0a1f6a9
-size 86535743
+oid sha256:5c55c9288fe34179a089c3552d0af29abcb6457102396db6b45bf7156424e683
+size 45021414
diff --git a/wezterm.changes b/wezterm.changes
index 41cf419..7aafd88 100644
--- a/wezterm.changes
+++ b/wezterm.changes
@@ -1,3 +1,23 @@
+-------------------------------------------------------------------
+Mon Oct 9 14:14:36 UTC 2023 - Soc Virnyl Estela
+
+- Use unupdated vendored crates for now.
+ * This is to stop OBS Notifications about build failures.
+ * Once openssl crate is updated from possibly a new release, I will
+ re-enable update of vendored crates
+- Use cargo-vendor-filterer to lessen vendored crates
+
+-------------------------------------------------------------------
+Sun Sep 17 04:14:54 UTC 2023 - Bernhard Wiedemann
+
+- Declare higher build disk size requirement
+
+-------------------------------------------------------------------
+Thu Sep 7 07:42:24 UTC 2023 - Soc Virnyl Estela
+
+- Enable update of vendored dependencies.
+- Update vendored dependencies.
+
-------------------------------------------------------------------
Tue Aug 29 04:49:29 UTC 2023 - Soc Virnyl Estela