Skip to content

Commit

Permalink
Update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
hurl-bot committed Oct 14, 2023
1 parent 06b4480 commit efadd8d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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 packages/hurl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ libflate = "2.0.0"
libxml = "0.3.3"
md5 = "0.7.0"
percent-encoding = "2.3.0"
regex = "1.10.0"
regex = "1.10.1"
serde = "1.0.189"
serde_json = "1.0.107"
sha2 = "0.10.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/hurl_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ repository = "https://github.com/Orange-OpenSource/hurl"
[dependencies]
float-cmp = "0.9.0"
libxml = "0.3.3"
regex = "1.10.0"
regex = "1.10.1"
2 changes: 1 addition & 1 deletion packages/hurlfmt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ base64 = "0.21.4"
clap = { version = "4.4.6", features = ["cargo", "wrap_help"] }
colored = "2.0.4"
hurl_core = { version = "4.2.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.10.0"
regex = "1.10.1"

[dev-dependencies]
proptest = "1.3.1"
Expand Down

0 comments on commit efadd8d

Please sign in to comment.