summaryrefslogtreecommitdiff
path: root/net/deltachat-rpc-server/files/patch-Cargo.toml
blob: c9a8c5af7b2373bd550e3e6819c6a32aaab35ce7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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]