Skip to content

Commit

Permalink
Merge pull request #232 from spacemeshos/dependabot/cargo/regex-1.10.4
Browse files Browse the repository at this point in the history
Bump regex from 1.10.3 to 1.10.4
  • Loading branch information
poszu authored Apr 9, 2024
2 parents 90678fe + 5b583ab commit 56eba38
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.7.1"
regex = "1.10.4"
itertools = "0.12.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.93"
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.4"
thiserror = "1.0.57"
post-rs = { path = "../" }
log = "0.4.17"
regex = "1.8.4"
regex = "1.10.4"

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

0 comments on commit 56eba38

Please sign in to comment.