From 131802c49cff271dd6e514235984edf984a36567 Mon Sep 17 00:00:00 2001 From: ckindermann Date: Mon, 13 Jan 2025 12:46:04 -0800 Subject: [PATCH] Pin `wiring_rs` to a specific commit --- Cargo.lock | 2 +- Cargo.toml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5337dc0..79b40b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3833,7 +3833,7 @@ dependencies = [ [[package]] name = "wiring_rs" version = "0.1.1" -source = "git+https://github.com/ontodev/wiring.rs#b0d72ef78056316153312e1d68799bdabd6c467b" +source = "git+https://github.com/ontodev/wiring.rs?rev=caf6d2be9c0468e451f1b547a79c90442d5a0bb7#caf6d2be9c0468e451f1b547a79c90442d5a0bb7" dependencies = [ "rand", "regex", diff --git a/Cargo.toml b/Cargo.toml index fa585d3..4e00cc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,6 @@ tracing = "0.1.37" tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } urlencoding = "2.1.2" url = "2.4.0" -wiring_rs = { git = "https://github.com/ontodev/wiring.rs" } async-recursion = "1.0.2" reqwest = { version = "0.11.14", features = ["blocking"] } itertools = "0.10.5" @@ -54,6 +53,10 @@ rev = "824fbd79cd5ff787d8863186ccda09d0a0b56eb2" git = "https://github.com/ontodev/sqlrest.rs" rev = "c063ac728d31ac4ea517fd423779d6c547639181" +[dependencies.wiring_rs] +git = "https://github.com/ontodev/wiring.rs" +rev = "caf6d2be9c0468e451f1b547a79c90442d5a0bb7" + [build-dependencies] cc = "1.0"