diff --git a/backend/Cargo.lock b/backend/Cargo.lock index c684b45714..736b775a6a 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -792,9 +792,9 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5700da387716ccfc30b27f44b008f457e1baca5b0f05b6b95455778005e3432a" +checksum = "798c8d82203af9e15a8b406574e0b36da91dd6db533028b74676489a1bc8bc7d" dependencies = [ "aws-credential-types 1.0.1", "aws-http 0.60.0", @@ -3509,8 +3509,7 @@ dependencies = [ [[package]] name = "gosyn" version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c003b8c167a1abb8b170baacf075dcdac2aaf5732bc94fead3d6ce429df7aa8" +source = "git+https://github.com/gbouv/gosyn.git?branch=gbouv/parser-from-no-panic#3c18a4b8657463e579f283dbce21abec58b0cc0e" dependencies = [ "anyhow", "strum", @@ -8967,9 +8966,9 @@ dependencies = [ [[package]] name = "triomphe" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0c5a71827ac326072b6405552093e2ad2accd25a32fd78d4edc82d98c7f2409" +checksum = "859eb650cfee7434994602c3a68b25d77ad9e68c8a6cd491616ef86661382eb3" dependencies = [ "serde", "stable_deref_trait", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index b41f97fa3e..b30178da53 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -206,3 +206,6 @@ candle-core = "0.3.0" candle-transformers = "0.3.0" candle-nn = "0.3.0" tiberius = { version = "0.12.2", default-features = false, features = ["rustls", "tds73", "chrono"] } + +[patch.crates-io] +gosyn = { git = 'https://github.com/gbouv/gosyn.git', branch = 'gbouv/parser-from-no-panic' }