Skip to content

Commit

Permalink
Bump sourmash from 0.13.0 to 0.13.1
Browse files Browse the repository at this point in the history
Bumps [sourmash](https://github.com/sourmash-bio/sourmash) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/sourmash-bio/sourmash/releases)
- [Changelog](https://github.com/sourmash-bio/sourmash/blob/latest/doc/release.md)
- [Commits](sourmash-bio/sourmash@r0.13.0...r0.13.1)

---
updated-dependencies:
- dependency-name: sourmash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 550d654 commit 81b6a48
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
34 changes: 18 additions & 16 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]
pyo3 = { version = "0.20.3", features = ["extension-module", "anyhow"] }
rayon = "1.8.1"
serde = { version = "1.0.196", features = ["derive"] }
sourmash = { version = "0.13.0", features = ["branchwater"] }
sourmash = { version = "0.13.1", features = ["branchwater"] }
serde_json = "1.0.113"
niffler = "2.4.0"
log = "0.4.14"
Expand Down

0 comments on commit 81b6a48

Please sign in to comment.