Skip to content

Commit bc290d7

Browse files
authored
Merge pull request #129 from GriceTurrble/dependabot/cargo/2023/aoc2023/aoc2023-5fde20dbc5
chore(deps): bump clap from 4.5.18 to 4.5.19 in /2023/aoc2023 in the aoc2023 group
2 parents 6f8a6c2 + 3805bcb commit bc290d7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

2023/aoc2023/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2023/aoc2023/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ authors = ["Galen Rice"]
3434
description = "Advent of Code 2023 solutions using Rust!"
3535

3636
[workspace.dependencies]
37-
clap = { version = "4.5.18", features = ["derive"] }
37+
clap = { version = "4.5.19", features = ["derive"] }
3838
regex = "1.11.0"
3939
substring = "1.4.5"
4040
itertools = "0.13.0"

0 commit comments

Comments
 (0)