Skip to content

Commit f698885

Browse files
committed
Merge branch 'latest' of github.com:sourmash-bio/sourmash into impl_revindex
2 parents 608babf + fbadc59 commit f698885

File tree

3 files changed

+24
-33
lines changed

3 files changed

+24
-33
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: check-toml
1111
- id: debug-statements
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.9.9
13+
rev: v0.9.10
1414
hooks:
1515
- id: ruff-format
1616
- id: ruff

Cargo.lock

+20-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ csv = "1.3.1"
3535
enum_dispatch = "0.3.13"
3636
fixedbitset = "0.4.0"
3737
getset = "0.1.5"
38-
histogram = "0.11.2"
38+
histogram = "0.11.3"
3939
itertools = "0.14.0"
4040
log = "0.4.26"
4141
md5 = "0.7.0"
@@ -55,7 +55,7 @@ rayon = { version = "1.10.0", optional = true }
5555
rkyv = { version = "0.7.45", optional = true }
5656
roaring = "0.10.10"
5757
roots = "0.0.8"
58-
serde = { version = "1.0.218", features = ["derive"] }
58+
serde = { version = "1.0.219", features = ["derive"] }
5959
serde_json = "1.0.140"
6060
statrs = "0.18.0"
6161
streaming-stats = "0.2.3"
@@ -68,7 +68,7 @@ vec-collections = "0.4.3"
6868
codspeed-criterion-compat = "2.7.2"
6969
proptest = { version = "1.6.0", default-features = false, features = ["std"]}
7070
rand = "0.9.0"
71-
tempfile = "3.17.1"
71+
tempfile = "3.18.0"
7272

7373
[[bench]]
7474
name = "compute"

0 commit comments

Comments
 (0)