fix: Pull patched version of gosyn (#2734)

This commit is contained in:
Guillaume Bouvignies
2023-11-30 13:34:49 +01:00
committed by GitHub
parent 56c0d5a755
commit 0bf3685cbd
2 changed files with 8 additions and 6 deletions
+5 -6
View File
@@ -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",
+3
View File
@@ -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' }