Skip to content

Commit

Permalink
Merge pull request #4 from GriceTurrble/dependabot/cargo/2023/aoc2023…
Browse files Browse the repository at this point in the history
…/clap-4.4.13

chore(deps): bump clap from 4.4.12 to 4.4.13 in /2023/aoc2023
  • Loading branch information
GriceTurrble authored Jan 8, 2024
2 parents ad9f87f + 49ae4ed commit 8db98d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 2023/aoc2023/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 2023/aoc2023/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ authors = ["Galen Rice"]
description = "Advent of Code 2023 solutions using Rust!"

[workspace.dependencies]
clap = { version = "4.4.12", features = ["derive"] }
clap = { version = "4.4.13", features = ["derive"] }
regex = "1.10.2"
substring = "1.4.5"
itertools = "0.12.0"
Expand Down

0 comments on commit 8db98d6

Please sign in to comment.