Skip to content

Commit c932d3a

Browse files
chore(dep): bump the deps group with 4 updates
Bumps the deps group with 4 updates: [clap](https://github.com/clap-rs/clap), [openssl](https://github.com/rust-openssl/rust-openssl), [pyo3](https://github.com/pyo3/pyo3) and [clap_complete](https://github.com/clap-rs/clap). Updates `clap` from 4.5.51 to 4.5.53 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.51...clap_complete-v4.5.53) Updates `openssl` from 0.10.74 to 0.10.75 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.74...openssl-v0.10.75) Updates `pyo3` from 0.27.1 to 0.27.2 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.27.2/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.27.1...v0.27.2) Updates `clap_complete` from 4.5.60 to 4.5.61 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.60...clap_complete-v4.5.61) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.53 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: openssl dependency-version: 0.10.75 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: pyo3 dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: clap_complete dependency-version: 4.5.61 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 356a0cb commit c932d3a

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@ readme = './README.md'
1818
[dependencies]
1919
async-trait = "0.1.89"
2020
tokio = { version = "1.48.0", features = ["full"] }
21-
clap = { version = "4.5.51", features = ["cargo"] }
21+
clap = { version = "4.5.53", features = ["cargo"] }
2222
colored = "3.0.0"
2323
dirs = "6.0.0"
2424
env_logger = "0.11.6"
2525
keyring = "3.6.3"
2626
log = "0.4.28"
27-
openssl = "0.10.74"
28-
pyo3 = { version = "0.27.1", optional = true }
27+
openssl = "0.10.75"
28+
pyo3 = { version = "0.27.2", optional = true }
2929
rand = "0.9.2"
3030
serde = { version = "1.0.228", features = ["derive"] }
3131
serde_json = "1.0.145"
3232
toml = "0.9.8"
3333
regex = "1.12.2"
3434
scraper = "0.24.0"
3535
anyhow = "1.0.100"
36-
clap_complete = "4.5.60"
36+
clap_complete = "4.5.61"
3737
thiserror = "2.0.17"
3838
unicode-width = "0.2"
3939

0 commit comments

Comments
 (0)