Skip to content

Commit

Permalink
cargo: Updates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Jan 19, 2025
1 parent 6236c21 commit 70c93b5
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 128 deletions.
165 changes: 40 additions & 125 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2021 - 2023 Robin Vobruba <hoijui.quaero@gmail.com>
# SPDX-FileCopyrightText: 2021 - 2025 Robin Vobruba <hoijui.quaero@gmail.com>
#
# SPDX-License-Identifier: Unlicense

Expand Down Expand Up @@ -51,7 +51,7 @@ const_format = "0.2"
enum-map = "2.7"
git-version = "0.3"
git2 = { version = "0.19", default-features = false } # "default-features = false" is required for MUSL compatibility, to get rid of OpenSSL
gix-url = "0.28"
gix-url = "0.29"
# git-url-parse = "0.4"
human-panic = "2.0"
lazy_static = "1.4"
Expand Down Expand Up @@ -80,7 +80,7 @@ assert_cmd = "2.0"
assert_fs = "1.0"
cmd_lib = "1.9"
const-fnv1a-hash = "1.1"
directories = "5.0"
directories = "6.0"
fake = { version = "3.0", features = ['chrono', 'uuid'] }
predicates = "3.0"
uuid = "1.6"

0 comments on commit 70c93b5

Please sign in to comment.