Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major dependencies update
Browse files Browse the repository at this point in the history
- `gix`
- `typed-builder`
- `which`
- `zstd`

commit-id:70df55af
mkaput committed Oct 27, 2023
1 parent afb4402 commit 8b1834d
Showing 2 changed files with 105 additions and 94 deletions.
191 changes: 101 additions & 90 deletions Cargo.lock
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ dunce = "1"
fs4 = { version = "0.7", features = ["tokio"] }
fs_extra = "1.3.0"
futures = { version = "0.3", default-features = false, features = ["std", "async-await"] }
gix = "0.54"
gix = "0.55"
glob = "0.3"
hyper = "0.14"
ignore = "0.4"
@@ -100,15 +100,15 @@ tower-http = { version = "0.4", features = ["fs"] }
tracing = "0.1"
tracing-log = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
typed-builder = "0.16"
typed-builder = "0.17"
url = { version = "2", features = ["serde"] }
walkdir = "2"
which = "4"
which = "5"
windows-sys = "0.48"
xshell = "0.2"
xxhash-rust = { version = "0.8", features = ["xxh3"] }
zip = { version = "0.6", default-features = false, features = ["deflate"] }
zstd = "0.12"
zstd = "0.13"

[profile.release]
lto = true

0 comments on commit 8b1834d

Please sign in to comment.