diff --git a/Cargo.toml b/Cargo.toml index c5dcb2a..c31e6c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ postgres = { version = "0.19", features = ["with-chrono-0_4"] } quick_cache = "0.4" regex = "1.7" rustc-hash = "1.1" -seqrepo = { version = "0.8", features = ["cached"] } +seqrepo = { version = "0.9", features = ["cached"] } serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } thiserror = "1.0"