Skip to content

Commit

Permalink
fix(deps): update bump minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 6, 2023
1 parent 90b065c commit bcc70b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions curlz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include = ["src/**/*", "LICENSE", "*.md"]
[dependencies]
env_logger = "0.10"
log = "0.4"
clap = { version = "4.2", features = ["derive", "std", "cargo", "usage", "help"] }
clap = { version = "4.3", features = ["derive", "std", "cargo", "usage", "help"] }
#clap_complete = "4.1"
clap-verbosity-flag = "2.0"
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -23,7 +23,7 @@ filenamify = "0.1"
chrono = { version = "0.4", default-features = false, features = ["clock"] }
humantime = "2.1"

minijinja = "0.32"
minijinja = "0.34"

jsonwebtoken = "8.3"
serde_json = { version = "1.0", features = ["preserve_order"] }
Expand All @@ -32,7 +32,7 @@ base64 = "0.21"
## experimental
pest = { version = "2.6", optional = true }
pest_derive = { version = "2.6", optional = true }
minijinja-stack-ref = "0.32"
minijinja-stack-ref = "0.34"

[features]
"x-http-lang" = ['dep:pest', 'dep:pest_derive']
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM curlimages/curl:8.00.1 as builder
FROM curlimages/curl:8.1.2 as builder

LABEL org.opencontainers.image.source https://github.com/curlz-rs/curlz
ARG CURLZ_RELEASE_TAG=v0.1.0-alpha.11
Expand All @@ -13,7 +13,7 @@ RUN curl ${CURLZ_GIT_REPO}/releases/download/${CURLZ_RELEASE_TAG}/curlz-${CURLZ_
tar xzfv /tmp/curlz.tar.gz curlz && \
chmod a+x /tmp/curlz

FROM curlimages/curl:8.00.1
FROM curlimages/curl:8.1.2

COPY --from=builder "/tmp/curlz" "/usr/bin/curlz"
USER curl_user
Expand Down

0 comments on commit bcc70b5

Please sign in to comment.