Skip to content

Commit

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

chore(deps): bump clap from 4.4.14 to 4.4.16 in /2023/aoc2023
  • Loading branch information
GriceTurrble authored Jan 12, 2024
2 parents 1619db7 + 7679d18 commit bf9dee0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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.14", features = ["derive"] }
clap = { version = "4.4.16", features = ["derive"] }
regex = "1.10.2"
substring = "1.4.5"
itertools = "0.12.0"
Expand Down

0 comments on commit bf9dee0

Please sign in to comment.