Skip to content

Commit

Permalink
build(deps): bump indexmap from 2.2.6 to 2.3.0 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent a181ae1 commit b3817bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -15,7 +15,7 @@ clap = { version = "4.5.13", features = ["derive", "env"] }
color-eyre = { version = "0.6.3", default-features = false }
ctrlc = "3.4.4"
dotenvy = "0.15.7"
indexmap = { version = "2.2.6", features = ["serde"] }
indexmap = { version = "2.3.0", features = ["serde"] }
itoa = "1.0.11"
owo-colors = { version = "4.0.0", features = ["supports-colors"] }
serde = { version = "1.0.204", features = ["derive"] }
Expand Down

0 comments on commit b3817bc

Please sign in to comment.