Skip to content

Commit

Permalink
Merge pull request #5 from FedericoBruzzone/dependabot/cargo/tdlib-rs…
Browse files Browse the repository at this point in the history
…/system-deps-7

build(deps): update system-deps requirement from 6 to 7 in /tdlib-rs
  • Loading branch information
Andreal2000 authored Jun 24, 2024
2 parents ba19e3f + fcc1752 commit 1a361f3
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.4" }
tdlib-rs-parser = { path = "../tdlib-rs-parser", version = "1.0.4" }
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 1a361f3

Please sign in to comment.