summaryrefslogtreecommitdiff
path: root/net/deltachat-rpc-server/files/patch-Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'net/deltachat-rpc-server/files/patch-Cargo.toml')
-rw-r--r--net/deltachat-rpc-server/files/patch-Cargo.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/deltachat-rpc-server/files/patch-Cargo.toml b/net/deltachat-rpc-server/files/patch-Cargo.toml
new file mode 100644
index 000000000000..c9a8c5af7b23
--- /dev/null
+++ b/net/deltachat-rpc-server/files/patch-Cargo.toml
@@ -0,0 +1,20 @@
+--- Cargo.toml.orig 2025-04-24 13:44:06 UTC
++++ Cargo.toml
+@@ -91,7 +91,7 @@ sha2 = "0.10"
+ serde = { workspace = true, features = ["derive"] }
+ sha-1 = "0.10"
+ sha2 = "0.10"
+-shadowsocks = { version = "1.22.0", default-features = false, features = ["aead-cipher", "aead-cipher-2022"] }
++shadowsocks = { version = "1.23.1", default-features = false, features = ["aead-cipher", "aead-cipher-2022"] }
+ smallvec = "1.14.0"
+ strum = "0.27"
+ strum_macros = "0.27"
+@@ -201,7 +201,7 @@ vendored = [
+ default = ["vendored"]
+ internals = []
+ vendored = [
+- "rusqlite/bundled-sqlcipher-vendored-openssl"
++ "rusqlite/bundled-sqlcipher"
+ ]
+
+ [lints.rust]