build(deps): bump the deps group with 2 updates (#2084)

Bumps the deps group with 2 updates: [async-trait](https://github.com/dtolnay/async-trait) and [cargo_toml](https://gitlab.com/lib.rs/cargo_toml).


Updates `async-trait` from 0.1.87 to 0.1.88
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.87...0.1.88)

Updates `cargo_toml` from 0.21.0 to 0.22.1
- [Commits](https://gitlab.com/lib.rs/cargo_toml/commits/v0.22.1)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: cargo_toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-03-15 01:25:01 +00:00 committed by GitHub
parent 17c2ba863b
commit 120bca5a45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 8 deletions

8
Cargo.lock generated
View file

@ -164,9 +164,9 @@ dependencies = [
[[package]] [[package]]
name = "async-trait" name = "async-trait"
version = "0.1.87" version = "0.1.88"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97" checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -616,9 +616,9 @@ dependencies = [
[[package]] [[package]]
name = "cargo_toml" name = "cargo_toml"
version = "0.21.0" version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472" checksum = "02260d489095346e5cafd04dea8e8cb54d1d74fcd759022a9b72986ebe9a1257"
dependencies = [ dependencies = [
"serde", "serde",
"toml", "toml",

View file

@ -10,7 +10,7 @@ edition = "2021"
license = "Apache-2.0 OR MIT" license = "Apache-2.0 OR MIT"
[dependencies] [dependencies]
async-trait = "0.1.84" async-trait = "0.1.88"
async-compression = { version = "0.4.4", features = [ async-compression = { version = "0.4.4", features = [
"gzip", "gzip",
"zstd", "zstd",

View file

@ -11,7 +11,7 @@ authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
license = "GPL-3.0-only" license = "GPL-3.0-only"
[dependencies] [dependencies]
async-trait = "0.1.84" async-trait = "0.1.88"
binstalk-downloader = { version = "0.13.14", path = "../binstalk-downloader", default-features = false } binstalk-downloader = { version = "0.13.14", path = "../binstalk-downloader", default-features = false }
binstalk-git-repo-api = { version = "0.5.16", path = "../binstalk-git-repo-api" } binstalk-git-repo-api = { version = "0.5.16", path = "../binstalk-git-repo-api" }
binstalk-types = { version = "0.9.4", path = "../binstalk-types" } binstalk-types = { version = "0.9.4", path = "../binstalk-types" }

View file

@ -11,7 +11,7 @@ authors = ["Jiahao_XU@outlook <Jiahao_XU@outlook.com>"]
license = "Apache-2.0 OR MIT" license = "Apache-2.0 OR MIT"
[dependencies] [dependencies]
async-trait = "0.1.84" async-trait = "0.1.88"
base16 = "0.2.1" base16 = "0.2.1"
binstalk-downloader = { version = "0.13.14", path = "../binstalk-downloader", default-features = false, features = [ binstalk-downloader = { version = "0.13.14", path = "../binstalk-downloader", default-features = false, features = [
"json", "json",

View file

@ -10,7 +10,7 @@ authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
license = "Apache-2.0 OR MIT" license = "Apache-2.0 OR MIT"
[dependencies] [dependencies]
cargo_toml = "0.21.0" cargo_toml = "0.22.1"
compact_str = { version = "0.9.0", features = ["serde"] } compact_str = { version = "0.9.0", features = ["serde"] }
glob = "0.3.1" glob = "0.3.1"
normalize-path = { version = "0.2.1", path = "../normalize-path" } normalize-path = { version = "0.2.1", path = "../normalize-path" }