Skip to content

Commit

Permalink
Bump indexmap from 2.0.0 to 2.0.2 (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent 7c647dd commit a551f5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 console_backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde_json = "1"
serde_yaml = "0.9"
anyhow = { version = "1", features = ["backtrace"] }
clap = { version = "4.4", features = ["derive"] }
indexmap = { version = "2.0.0", features = ["serde"] }
indexmap = { version = "2.0.2", features = ["serde"] }
chrono = { version = "0.4.31", features = [
"serde",
"clock",
Expand Down

0 comments on commit a551f5f

Please sign in to comment.