Skip to content

Commit

Permalink
Bump dependencies to transitively bump git2 from 0.18 to 0.19 (Dioxus…
Browse files Browse the repository at this point in the history
…Labs#2873)

* Bump built to version 0.7.4

* Bump cargo-generate to 0.21.3

* Update Cargo.lock
  • Loading branch information
pyrrho committed Aug 28, 2024
1 parent 1a9e8c6 commit e551d7b
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 24 deletions.
53 changes: 33 additions & 20 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 packages/cli-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tauri-utils = { workspace = true, optional = true }
dirs = { workspace = true, optional = true }

[build-dependencies]
built = { version = "=0.7.3", features = ["git2"] }
built = { version = "=0.7.4", features = ["git2"] }

[features]
default = ["read-config"]
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ once_cell = "1.19.0"

# plugin packages
open = "5.0.1"
cargo-generate = "=0.21.1"
toml_edit = "0.22.15"
cargo-generate = "=0.21.3"
toml_edit = "0.22.20"

# bundling
tauri-bundler = { workspace = true }
Expand Down Expand Up @@ -110,7 +110,7 @@ ansi-to-html = "0.2.1"
# openssl = { version = "0.10", features = ["vendored"] }

[build-dependencies]
built = { version = "=0.7.3", features = ["git2"] }
built = { version = "=0.7.4", features = ["git2"] }

[features]
default = []
Expand Down

0 comments on commit e551d7b

Please sign in to comment.