Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into 3261-noteq_predicate_operator
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeshbhusal committed Oct 4, 2024
2 parents 6968595 + a854201 commit 13cf67e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ jobs:
with:
ref: ${{ inputs.branch }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.6.1
uses: docker/setup-buildx-action@v3.7.0
- name: Build docker images
run: |
echo "::group::Docker build prerequisites"
Expand Down
42 changes: 16 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/hurl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ vendored-openssl = ["curl/static-ssl", "curl-sys/static-ssl"]

[dependencies]
base64 = "0.22.1"
brotli = "6.0.0"
brotli = "7.0.0"
chrono = { version = "0.4.38", default-features = false, features = ["clock"] }
clap = { version = "4.5.18", features = ["cargo", "string", "wrap_help"] }
curl = "0.4.46"
curl-sys = "0.4.76"
clap = { version = "4.5.19", features = ["cargo", "string", "wrap_help"] }
curl = "0.4.47"
curl-sys = "0.4.77"
encoding = "0.2.33"
float-cmp = "0.10.0"
glob = "0.3.1"
Expand Down Expand Up @@ -52,7 +52,7 @@ termion = "4.0.2"
winres = "0.1.12"

[build-dependencies]
cc = "1.1.22"
cc = "1.1.24"

[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 @@ -12,7 +12,7 @@ rust-version = "1.78.0"

[dependencies]
base64 = "0.22.1"
clap = { version = "4.5.18", features = ["cargo", "wrap_help"] }
clap = { version = "4.5.19", features = ["cargo", "wrap_help"] }
hurl_core = { version = "6.0.0-SNAPSHOT", path = "../hurl_core" }
regex = "1.11.0"

Expand Down

0 comments on commit 13cf67e

Please sign in to comment.