Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Mar 28, 2024
1 parent 7914c37 commit 3a8e00d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ native-tls = { version = "0.2.11", optional = true }
rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] }
rustyline = { version = "14.0.0", default-features = false, features = ["with-file-history", "custom-bindings"] }
serde = { version = "1.0.197", default-features = false }
toml = { version = "0.8.11", default-features = false, features = ["parse"] }
toml = { version = "0.8.12", default-features = false, features = ["parse"] }
ureq = { version = "2.9.6", default-features = false, optional = true }

[target.'cfg(windows)'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion windows-wix/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"wix": {
"version": "4.0.4",
"version": "4.0.5",
"commands": ["wix"]
}
}
Expand Down
4 changes: 2 additions & 2 deletions windows-wix/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ mkdir $PSScriptRoot\build
Set-Location "$PSScriptRoot"

dotnet tool restore
dotnet tool run wix extension add WixToolset.UI.wixext/4.0.4
dotnet tool run wix extension add WixToolset.Util.wixext/4.0.4
dotnet tool run wix extension add WixToolset.UI.wixext/4.0.5
dotnet tool run wix extension add WixToolset.Util.wixext/4.0.5

dotnet tool run wix build `
-arch x64 -ext WixToolset.UI.wixext -ext WixToolset.Util.wixext `
Expand Down

0 comments on commit 3a8e00d

Please sign in to comment.