Skip to content

Commit

Permalink
Merge pull request #10 from GriceTurrble/dependabot/cargo/2023/aoc202…
Browse files Browse the repository at this point in the history
…3/regex-1.10.3

chore(deps): bump regex from 1.10.2 to 1.10.3 in /2023/aoc2023
  • Loading branch information
GriceTurrble authored Jan 24, 2024
2 parents a1f562e + e691322 commit bf3b002
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -35,7 +35,7 @@ description = "Advent of Code 2023 solutions using Rust!"

[workspace.dependencies]
clap = { version = "4.4.16", features = ["derive"] }
regex = "1.10.2"
regex = "1.10.3"
substring = "1.4.5"
itertools = "0.12.0"
num = "0.4.1"

0 comments on commit bf3b002

Please sign in to comment.