Skip to content

Commit e5595e4

Browse files
committed
fix: pin libxml to 0.3.3
1 parent 2367626 commit e5595e4

File tree

3 files changed

+6
-22
lines changed

3 files changed

+6
-22
lines changed

backend/Cargo.lock

Lines changed: 3 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ postgres-native-tls = "^0"
304304
native-tls = "^0"
305305
# samael will break compilation on MacOS. Use this fork instead to make it work
306306
# samael = { git="https://github.com/njaremko/samael", rev="464d015e3ae393e4b5dd00b4d6baa1b617de0dd6", features = ["xmlsec"] }
307+
libxml = { version = "=0.3.3" }
307308
samael = { version="0.0.14", features = ["xmlsec"] }
308309
gcp_auth = "0.9.0"
309310
rust_decimal = { version = "^1", features = ["db-postgres", "serde-float"]}

backend/windmill-api/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ default = []
1313
enterprise = ["windmill-queue/enterprise", "windmill-audit/enterprise", "windmill-git-sync/enterprise", "windmill-common/enterprise", "windmill-worker/enterprise"]
1414
stripe = []
1515
agent_worker_server = []
16-
enterprise_saml = ["dep:samael"]
16+
enterprise_saml = ["dep:samael", "dep:libxml"]
1717
benchmark = []
1818
embedding = ["dep:tinyvector", "dep:hf-hub", "dep:tokenizers", "dep:candle-core", "dep:candle-transformers", "dep:candle-nn", "dep:half"]
1919
parquet = ["dep:datafusion", "dep:object_store", "dep:url", "windmill-common/parquet", "windmill-worker/parquet"]
@@ -100,6 +100,7 @@ async_zip = { workspace = true, optional = true }
100100
regex.workspace = true
101101
bytes.workspace = true
102102
samael = { workspace = true, optional = true }
103+
libxml = { workspace = true, optional = true }
103104
async-recursion.workspace = true
104105
rsa = { workspace = true, optional = true}
105106
uuid.workspace = true

0 commit comments

Comments
 (0)