Skip to content

Commit

Permalink
build(deps): bump indexmap from 2.0.2 to 2.1.0 (#272)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 8e4ed73 commit 9f3cee7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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 @@ -30,7 +30,7 @@ csv = "1.2"
enum-map = { version = "2.6.3", features = ["serde"] }
env_logger = "0.10"
flate2 = "1.0"
indexmap = { version = "2.0", features = ["serde"] }
indexmap = { version = "2.1", features = ["serde"] }
indicatif = { version = "0.17", features = ["rayon"] }
log = "0.4"
noodles-bed = "0.10"
Expand Down

0 comments on commit 9f3cee7

Please sign in to comment.