diff options
Diffstat (limited to 'net/deltachat-rpc-server/files/patch-Cargo.toml')
-rw-r--r-- | net/deltachat-rpc-server/files/patch-Cargo.toml | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/net/deltachat-rpc-server/files/patch-Cargo.toml b/net/deltachat-rpc-server/files/patch-Cargo.toml index c9a8c5af7b23..010da3772c02 100644 --- a/net/deltachat-rpc-server/files/patch-Cargo.toml +++ b/net/deltachat-rpc-server/files/patch-Cargo.toml @@ -1,19 +1,11 @@ ---- Cargo.toml.orig 2025-04-24 13:44:06 UTC +--- Cargo.toml.orig 2025-07-31 18:57:58 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 = [ +@@ -205,8 +205,7 @@ vendored = [ default = ["vendored"] internals = [] vendored = [ -- "rusqlite/bundled-sqlcipher-vendored-openssl" +- "rusqlite/bundled-sqlcipher-vendored-openssl", +- "async-native-tls/vendored" + "rusqlite/bundled-sqlcipher" ] |