Skip to content

Commit

Permalink
Merge pull request #10 from murdock-ng/dependabot/cargo/indexmap-2.1.0
Browse files Browse the repository at this point in the history
Bump indexmap from 1.9.2 to 2.1.0
  • Loading branch information
kaspar030 authored Dec 20, 2023
2 parents bd2ab5d + 7d8e22d commit 81aecf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ anyhow = "1.0.68"
chrono = "0.4.23"
clap = { version = "4.1.0", features = ["cargo", "env"] }
derive_builder = "0.12.0"
indexmap = { version = "1.9.2", features = ["serde"] }
indexmap = { version = "2.1.0", features = ["serde"] }
murdock-api = { version = "1.0.0", path = "./murdock-api" }
platform-dirs = "0.3.0"
reqwest = { version = "0.11.23", features = ["blocking"] }
Expand Down

0 comments on commit 81aecf8

Please sign in to comment.