Skip to content

Commit

Permalink
Merge pull request #280 from spacemeshos/dependabot/cargo/regex-1.10.5
Browse files Browse the repository at this point in the history
Bump regex from 1.10.4 to 1.10.5
  • Loading branch information
fasmat authored Jun 11, 2024
2 parents 091f01e + 3488356 commit d225b61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -23,7 +23,7 @@ aes = "0.8.4"
# as `aes` doesn't expose it.
cipher = { version = "*", features = ["block-padding"] }
eyre = "0.6.12"
regex = "1.10.4"
regex = "1.10.5"
itertools = "0.13.0"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
Expand Down
2 changes: 1 addition & 1 deletion scrypt-ocl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ocl = "0.19.7"
thiserror = "1.0.61"
post-rs = { path = "../" }
log = "0.4.17"
regex = "1.10.4"
regex = "1.10.5"

[dev-dependencies]
post-rs = { path = "../" }
Expand Down

0 comments on commit d225b61

Please sign in to comment.