Skip to content

Commit

Permalink
Merge pull request #853 from crate-ci/renovate/tame-index-0.x
Browse files Browse the repository at this point in the history
chore(deps): Update Rust crate tame-index to 0.16
  • Loading branch information
epage authored Jan 2, 2025
2 parents 88f01ff + 725791f commit 42a9816
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 25 deletions.
56 changes: 33 additions & 23 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolver = "2"
repository = "https://github.com/crate-ci/cargo-release"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.80" # MSRV
rust-version = "1.82" # MSRV
include = [
"build.rs",
"src/**/*",
Expand Down Expand Up @@ -133,7 +133,7 @@ cargo_metadata = "0.18"
# certificates AND native certificates. We want support for both to be
# present, and then to let the user _select_ through configuration which
# one they want to be used.
tame-index = { version = "0.14", features = ["sparse", "native-certs"] }
tame-index = { version = "0.16", features = ["sparse", "native-certs"] }
git2 = { version = "0.19.0", default-features = false }
toml_edit = { version = "0.22.12", features = ["serde"] }
toml = "0.8.12"
Expand Down

0 comments on commit 42a9816

Please sign in to comment.