Skip to content

Commit

Permalink
chore(deps) Update Tauri CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent c7c2507 commit 081f8ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tooling/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ path = "src/main.rs"

[dependencies]
cargo-mobile2 = { version = "0.7", default-features = false }
textwrap = { version = "0.11.0", features = [ "term_size" ] }
textwrap = { version = "0.16.0", features = [ "term_size" ] }
jsonrpsee = { version = "0.20", features = [ "server" ] }
jsonrpsee-core = "0.20"
jsonrpsee-client-transport = { version = "0.20", features = [ "ws" ] }
Expand Down Expand Up @@ -68,11 +68,11 @@ jsonschema = "0.17"
handlebars = "4.4"
include_dir = "0.7"
minisign = "=0.7.5"
base64 = "0.21.4"
base64 = "0.21.5"
ureq = { version = "2.8", default-features = false, features = [ "gzip" ] }
os_info = "3"
semver = "1.0"
regex = "1.6.0"
regex = "1.10.2"
unicode-width = "0.1"
zeroize = "1.6"
heck = { version = "0.4", features = [ "unicode" ] }
Expand Down

0 comments on commit 081f8ae

Please sign in to comment.