Skip to content

Commit

Permalink
Merge pull request #38 from sourmash-bio/dependabot/cargo/serde-1.0.202
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegenes authored May 20, 2024
2 parents a9d8baf + 6465ca9 commit b8119fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -11,7 +11,7 @@ crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.21.2", features = ["extension-module", "anyhow"] }
rayon = "1.10.0"
serde = { version = "1.0.201", features = ["derive"] }
serde = { version = "1.0.202", features = ["derive"] }
sourmash = { version = "0.13.1"}
serde_json = "1.0.117"
niffler = "2.4.0"
Expand Down

0 comments on commit b8119fb

Please sign in to comment.