1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-07-15 01:34:30 +02:00
This commit is contained in:
Anton Titovets
2025-03-21 10:12:53 +03:00
parent 47c4c19cdb
commit 23c22af7e5
8 changed files with 3 additions and 11 deletions

View File

@ -503,15 +503,6 @@ version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
[[package]]
name = "openssl-src"
version = "300.4.2+3.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "168ce4e058f975fe43e89d9ccf78ca668601887ae736090aacc23ae353c298e2"
dependencies = [
"cc",
]
[[package]]
name = "openssl-sys"
version = "0.9.106"
@ -520,7 +511,6 @@ checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd"
dependencies = [
"cc",
"libc",
"openssl-src",
"pkg-config",
"vcpkg",
]

View File

@ -20,5 +20,6 @@ serde_json = "1.0"
base64 = "0.22.1"
chrono = "0.4.39"
uuid = "1.12.1"
native-tls = { version = "0.2.14", features = ["vendored"] }
native-tls = { version = "0.2.14" }
postgres-native-tls = "0.5"

View File

@ -19,5 +19,6 @@ pre-build = [
"update-ca-certificates", # Обновляем корневые сертификаты
"apt-get install -y gcc-multilib g++-multilib",
"apt-get install -y gcc-i686-linux-gnu g++-i686-linux-gnu",
"apt-get install -y libssl-dev"
]
image = "ubuntu:20.04"

Binary file not shown.

Binary file not shown.