Skip to content

Commit

Permalink
build(deps): bump the minor-patch group across 1 directory with 8 upd…
Browse files Browse the repository at this point in the history
…ates

Bumps the minor-patch group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [arboard](https://github.com/1Password/arboard) | `3.4.0` | `3.4.1` |
| [clap](https://github.com/clap-rs/clap) | `4.5.16` | `4.5.20` |
| [serde](https://github.com/serde-rs/serde) | `1.0.209` | `1.0.210` |
| [regex](https://github.com/rust-lang/regex) | `1.10.6` | `1.11.0` |
| [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) | `1.4.0` | `1.4.1` |
| [temp-dir](https://gitlab.com/leonhard-llc/ops) | `0.1.13` | `0.1.14` |
| [insta](https://github.com/mitsuhiko/insta) | `1.39.0` | `1.40.0` |
| [unicode-width](https://github.com/unicode-rs/unicode-width) | `0.1.13` | `0.2.0` |



Updates `arboard` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/1Password/arboard/releases)
- [Changelog](https://github.com/1Password/arboard/blob/master/CHANGELOG.md)
- [Commits](1Password/arboard@v3.4.0...v3.4.1)

Updates `clap` from 4.5.16 to 4.5.20
- [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.16...clap_complete-v4.5.20)

Updates `serde` from 1.0.209 to 1.0.210
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.209...v1.0.210)

Updates `regex` from 1.10.6 to 1.11.0
- [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.6...1.11.0)

Updates `pretty_assertions` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases)
- [Changelog](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md)
- [Commits](rust-pretty-assertions/rust-pretty-assertions@v1.4.0...v1.4.1)

Updates `temp-dir` from 0.1.13 to 0.1.14
- [Commits](https://gitlab.com/leonhard-llc/ops/compare/temp-dir-v0.1.13...temp-dir-v0.1.14)

Updates `insta` from 1.39.0 to 1.40.0
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.39.0...1.40.0)

Updates `unicode-width` from 0.1.13 to 0.2.0
- [Commits](https://github.com/unicode-rs/unicode-width/commits)

---
updated-dependencies:
- dependency-name: arboard
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: pretty_assertions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: temp-dir
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: unicode-width
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 12, 2024
1 parent a54e70a commit a0427a8
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 39 deletions.
68 changes: 37 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ harness = false

[dev-dependencies]
ctor = "0.2.7"
pretty_assertions = "1.4.0"
temp-dir = "0.1.13"
pretty_assertions = "1.4.1"
temp-dir = "0.1.14"
criterion = "0.5.1"
insta = "1.39.0"
unicode-width = "0.1.12"
insta = "1.40.0"
unicode-width = "0.2.0"

[profile.release]
strip = true

[dependencies]
arboard = { version = "3.4.0", default-features = false, features = [
arboard = { version = "3.4.1", default-features = false, features = [
"windows-sys",
] }
chrono = "0.4.38"
clap = { version = "4.5.16", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
crossterm = "0.27.0"
derive_more = "0.99.18"
etcetera = "0.8.0"
Expand All @@ -36,7 +36,7 @@ itertools = "0.13.0"
log = "0.4.22"
nom = "7.1.3"
ratatui = { version = "0.27.0", features = ["serde"] }
serde = { version = "1.0.209", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
similar = { version = "2.6.0", features = ["unicode", "inline"] }
simple-logging = "2.0.2"
toml = "0.8.15"
Expand All @@ -62,4 +62,4 @@ tree-sitter-scala = "=0.20.3"
tree-sitter-ocaml = "=0.20.4"
tree-sitter-html = "=0.20.0"
tree-sitter-elixir = "=0.1.1"
regex = "1.10.6"
regex = "1.11.0"

0 comments on commit a0427a8

Please sign in to comment.