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 25, 2024
1 parent 1efd816 commit 1a4c949
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 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 @@ -33,7 +33,7 @@ libflate = "2.1.0"
libxml = "0.3.3"
md5 = "0.7.0"
percent-encoding = "2.3.1"
regex = "1.11.0"
regex = "1.11.1"
serde = { version = "1.0.213", features = ["derive"] }
serde_json = { version = "1.0.132", features = ["arbitrary_precision"] }
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 @@ -13,7 +13,7 @@ repository = "https://github.com/Orange-OpenSource/hurl"
colored = "2.1.0"
float-cmp = "0.10.0"
libxml = "0.3.3"
regex = "1.11.0"
regex = "1.11.1"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion packages/hurlfmt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.78.0"
base64 = "0.22.1"
clap = { version = "4.5.20", features = ["cargo", "wrap_help"] }
hurl_core = { version = "6.0.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.11.0"
regex = "1.11.1"

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

0 comments on commit 1a4c949

Please sign in to comment.