Skip to content

Commit

Permalink
Merge pull request #65 from spacemeshos/dependabot/cargo/regex-1.11.1
Browse files Browse the repository at this point in the history
chore(deps): bump regex from 1.11.0 to 1.11.1
  • Loading branch information
poszu authored Oct 25, 2024
2 parents 582171f + 4aa4731 commit de7aa94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -11,7 +11,7 @@ chrono = "0.4.31"
clap = { version = "4.5.20", features = ["derive"] }
duration-string = "0.4.0"
md5 = "0.7.0"
regex = "1.11.0"
regex = "1.11.1"
reqwest = { version = "0.12.8", features = ["json", "stream", "blocking"] }
rusqlite = { version = "0.32.1", features = ["bundled", "backup"] }
serde = { version = "1.0.213", features = ["derive"] }
Expand Down

0 comments on commit de7aa94

Please sign in to comment.