Skip to content

Commit

Permalink
Bump the all-dependencies group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cairo-rs](https://github.com/gtk-rs/gtk-rs-core) | `0.19.4` | `0.20.0` |
| [log](https://github.com/rust-lang/log) | `0.4.21` | `0.4.22` |
| [regex](https://github.com/rust-lang/regex) | `1.10.4` | `1.10.5` |
| [clap](https://github.com/clap-rs/clap) | `4.5.4` | `4.5.13` |
| [xkeysym](https://github.com/notgull/xkeysym) | `0.2.0` | `0.2.1` |



Updates `cairo-rs` from 0.19.4 to 0.20.0
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/master/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.19.4...0.20.0)

Updates `log` from 0.4.21 to 0.4.22
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.21...0.4.22)

Updates `regex` from 1.10.4 to 1.10.5
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.4...1.10.5)

Updates `clap` from 4.5.4 to 4.5.13
- [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.4...v4.5.13)

Updates `xkeysym` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/notgull/xkeysym/releases)
- [Changelog](https://github.com/rust-windowing/xkeysym/blob/master/CHANGELOG.md)
- [Commits](rust-windowing/xkeysym@v0.2.0...v0.2.1)

---
updated-dependencies:
- dependency-name: cairo-rs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: xkeysym
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent f077250 commit 077e28a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
74 changes: 37 additions & 37 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 @@ -18,7 +18,7 @@ codegen-units = 1
i3 = ["i3ipc"]

[dependencies]
cairo-rs = { version = "0.19", features = ["xcb"] }
cairo-rs = { version = "0.20", features = ["xcb"] }
css-color-parser = "0.1"
font-loader = "0.11"
i3ipc = { version = "0.10", optional = true }
Expand All @@ -29,4 +29,4 @@ regex = "1.10"
clap = { version = "4", features = ["derive", "cargo", "wrap_help", "deprecated"] }
anyhow = "1"
x11rb = { version = "0.13", features = ["allow-unsafe-code"] }
xkeysym = "0.2.0"
xkeysym = "0.2.1"

0 comments on commit 077e28a

Please sign in to comment.