Skip to content

Commit

Permalink
Merge pull request #32 from tauri-apps/renovate/ureq-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
wravery authored Jan 27, 2025
2 parents 7da9150 + cc638c2 commit 8f429c5
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 21 deletions.
197 changes: 191 additions & 6 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ repository = "https://github.com/tauri-apps/cef-rs"
cef-dll-sys = { version = "132.3.1", path = "sys" }
download-cef = { version = "1.1", path = "download-cef" }

anyhow = "1.0"
anyhow = "1"
bindgen = "0.71"
clap = { version = "4.5", features = ["derive"] }
clap = { version = "4", features = ["derive"] }
cmake = "0.1"
convert_case = "0.7"
proc-macro2 = "1.0"
quote = "1.0"
regex = "1.0"
serde = { version = "1.0", features = ["derive"] }
syn = { version = "2.0", features = ["full"] }
thiserror = "2.0"
proc-macro2 = "1"
quote = "1"
regex = "1"
serde = { version = "1", features = ["derive"] }
syn = { version = "2", features = ["full"] }
thiserror = "2"

[workspace.dependencies.windows-sys]
version = "0.59"
Expand Down
6 changes: 3 additions & 3 deletions download-cef/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "download-cef"
description = "Download and extract pre-built CEF (Chromium Embedded Framework) archives."
version = "1.1.0"
version = "1.1.1"

edition.workspace = true
license.workspace = true
Expand All @@ -14,6 +14,6 @@ thiserror.workspace = true

bzip2 = "0.5"
indicatif = "0.17"
sha1_smol = "1.0"
sha1_smol = "1"
tar = "0.4"
ureq = { version = "2.12", features = [ "json" ] }
ureq = { version = "3", features = [ "json" ] }
Loading

0 comments on commit 8f429c5

Please sign in to comment.