Skip to content

Commit

Permalink
fix: bump mehari to escape clinvar output string (#485) (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Oct 8, 2024
1 parent c5a46ac commit e0e2370
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ rust-version = "1.70.0"
annonars = "0.41"
anyhow = "1.0"
async-compression = { version = "0.4", features = ["tokio", "gzip"] }
aws-sdk-s3 = { version = "1.49", features = ["behavior-version-latest"] }
aws-config = { version = "1.5", features = ["behavior-version-latest"] }
aws-sdk-s3 = { version = "1.49", features = ["behavior-version-latest"] }
base16ct = "0.2"
bio = "2.0"
biocommons-bioutils = "0.1"
Expand All @@ -39,7 +39,7 @@ hgvs = "0.17.3"
indexmap = { version = "2.6", features = ["serde"] }
itertools = "0.13"
log = "0.4"
mehari = "0.29.0"
mehari = "0.29.5"
multimap = "0.10"
pbjson = "0.7"
pbjson-types = "0.7"
Expand Down

0 comments on commit e0e2370

Please sign in to comment.