Skip to content

Commit

Permalink
build: update ureq
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Apr 9, 2024
1 parent 24abe90 commit 5eb0480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ prost-build = { version = "0.12" }
tempfile = { version = "3.2.0" }
regex = { "version" = "1.7.1" }
# Use of native-tls-vendored should build vendored openssl, which is required for Alpine build
ureq = { "version" = "2.6.2" }
ureq = { "version" = "2.9.6" }
zip = { version = "0.6.4", default-features = false, features = ["deflate"] }
fs_extra = { version = "1.3.0" }
tonic-build = { version = "0.11.0", optional = true }
Expand Down

0 comments on commit 5eb0480

Please sign in to comment.