Skip to content

Commit

Permalink
update parse-hyperlinks version (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
pefontana committed Aug 14, 2023
1 parent 86687ec commit dca2e7b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 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 @@ -52,7 +52,7 @@ thiserror-no-std = { version = "2.0.2", default-features = false }
# https://stackoverflow.com/questions/70630556/parse-allowing-nested-parentheses-in-nom
# There is a proposal for extending nom::delimited to use this function:
# https://github.com/Geal/nom/issues/1253
parse-hyperlinks = { package = "cairo-take_until_unbalanced", path = "./deps/parse-hyperlinks", version = "0.30.0", default-features = false, features = [
parse-hyperlinks = { package = "cairo-take_until_unbalanced", path = "./deps/parse-hyperlinks", version = "0.31.0", default-features = false, features = [
"alloc",
] }
felt = { package = "cairo-felt", path = "./felt", version = "0.6.3", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion deps/parse-hyperlinks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cairo-take_until_unbalanced"
version = "0.30.0"
version = "0.31.0"
authors = [
"Jens Getreu <getreu@getreu@web.de>",
"LambdaClass <hello@lambdaclass.com>",
Expand Down

0 comments on commit dca2e7b

Please sign in to comment.