Skip to content

Commit

Permalink
fix: bump dependencies (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored May 23, 2023
1 parent 78d2b9b commit af75b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ postgres = { version = "0.19", features = ["with-chrono-0_4"] }
quick_cache = "0.3"
regex = "1.7"
rustc-hash = "1.1"
seqrepo = { version = "0.4" }
seqrepo = { version = "0.5" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
Expand Down

0 comments on commit af75b48

Please sign in to comment.