Skip to content

Commit

Permalink
chore(deps): bump the cargo group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 3 updates: [clap](https://github.com/clap-rs/clap), [serde](https://github.com/serde-rs/serde) and [url](https://github.com/servo/rust-url).


Updates `clap` from 4.4.8 to 4.4.10
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.8...v4.4.10)

Updates `serde` from 1.0.192 to 1.0.193
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.192...v1.0.193)

Updates `url` from 2.4.1 to 2.5.0
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.4.1...v2.5.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 3, 2023
1 parent 7a9c8f3 commit 0c9905a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 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 @@ -30,7 +30,7 @@ codegen-units = 16

[dependencies]
chrono = "0.4"
clap = "4.4.8"
clap = "4.4.10"
clipboard = {version = "0.5", optional = true}
crossbeam-channel = "0.5"
zbus = {version = "3.11.1", default-features = false, features = ["tokio"], optional = true}
Expand Down Expand Up @@ -58,7 +58,7 @@ tokio-util = {version = "0.7.10", features = ["codec"]}
tokio-stream = {version = "0.1.14", features = ["sync"]}
toml = "0.8"
unicode-width = "0.1.9"
url = "2.2"
url = "2.5"
cursive_buffered_backend = "0.6.1"

[target.'cfg(target_os = "linux")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
clap_mangen = "0.2.15"
clap_complete = "4.4.4"
clap = "4.4.8"
clap = "4.4.10"

[dependencies.ncspot]
default-features = false
Expand Down

0 comments on commit 0c9905a

Please sign in to comment.