Skip to content

Commit

Permalink
build(deps): update system-deps requirement from 6 to 7 in /tdlib-rs
Browse files Browse the repository at this point in the history
Updates the requirements on [system-deps](https://github.com/gdesmott/system-deps) to permit the latest version.
- [Release notes](https://github.com/gdesmott/system-deps/releases)
- [Changelog](https://github.com/gdesmott/system-deps/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gdesmott/system-deps/compare/system-deps@6.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: system-deps
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 6af64d5 commit 3318af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tdlib-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ once_cell = "1.18"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = "3.2"
system-deps = { version = "6", optional = true }
system-deps = { version = "7", optional = true }
reqwest = { version = "0.12.4", features = ["blocking"], optional = true }
zip = { version = "2.0.0", optional = true }

[build-dependencies]
tdlib-rs-gen = { path = "../tdlib-rs-gen", version = "1.0.3" }
tdlib-rs-parser = { path = "../tdlib-rs-parser", version = "1.0.3" }
system-deps = { version = "6", optional = true }
system-deps = { version = "7", optional = true }
reqwest = { version = "0.12.4", features = ["blocking"], optional = true }
zip = { version = "2.0.0", optional = true }

Expand Down

0 comments on commit 3318af0

Please sign in to comment.