Combined PRs (#2282)

* Bump arboard from 3.4.0 to 3.4.1

Bumps [arboard](https://github.com/1Password/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](https://github.com/1Password/arboard/compare/v3.4.0...v3.4.1)

---
updated-dependencies:
- dependency-name: arboard
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump dashmap from 6.0.1 to 6.1.0

Bumps [dashmap](https://github.com/xacrimon/dashmap) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](https://github.com/xacrimon/dashmap/compare/v6.0.1...v6.1.0)

---
updated-dependencies:
- dependency-name: dashmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pretty_assertions from 1.4.0 to 1.4.1

Bumps [pretty_assertions](https://github.com/rust-pretty-assertions/rust-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](https://github.com/rust-pretty-assertions/rust-pretty-assertions/compare/v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: pretty_assertions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-09-16 09:20:28 -04:00 committed by GitHub
parent 395d84ce71
commit 5631afb3a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

16
Cargo.lock generated
View File

@ -155,9 +155,9 @@ dependencies = [
[[package]] [[package]]
name = "arboard" name = "arboard"
version = "3.4.0" version = "3.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb4009533e8ff8f1450a5bcbc30f4242a1d34442221f72314bea1f5dc9c7f89" checksum = "df099ccb16cd014ff054ac1bf392c67feeef57164b05c42f037cd40f5d4357f4"
dependencies = [ dependencies = [
"clipboard-win", "clipboard-win",
"core-graphics", "core-graphics",
@ -1637,9 +1637,9 @@ dependencies = [
[[package]] [[package]]
name = "dashmap" name = "dashmap"
version = "6.0.1" version = "6.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28" checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"crossbeam-utils", "crossbeam-utils",
@ -4849,9 +4849,9 @@ checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
[[package]] [[package]]
name = "pretty_assertions" name = "pretty_assertions"
version = "1.4.0" version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
dependencies = [ dependencies = [
"diff", "diff",
"yansi", "yansi",
@ -7602,9 +7602,9 @@ checksum = "6a5cbf750400958819fb6178eaa83bee5cd9c29a26a40cc241df8c70fdd46984"
[[package]] [[package]]
name = "yansi" name = "yansi"
version = "0.5.1" version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
[[package]] [[package]]
name = "yoke" name = "yoke"

View File

@ -33,7 +33,7 @@ clap = { version = "4.5.17", features = ["derive"] }
colored = "2.1.0" colored = "2.1.0"
console_error_panic_hook = "0.1.7" console_error_panic_hook = "0.1.7"
csv = "1.3.0" csv = "1.3.0"
dashmap = "6.0.1" dashmap = "6.1.0"
data-encoding = { version = "2.6.0", default-features = false, features = [ data-encoding = { version = "2.6.0", default-features = false, features = [
"alloc", "alloc",
] } ] }
@ -54,7 +54,7 @@ log = { default-features = false, version = "0.4.22" }
md5 = "0.7.0" md5 = "0.7.0"
percent-encoding = "2.3.1" percent-encoding = "2.3.1"
polars = { version = "0.41.3", features = ["lazy"] } polars = { version = "0.41.3", features = ["lazy"] }
pretty_assertions = "1.4.0" pretty_assertions = "1.4.1"
proc-macro2 = "1.0.86" proc-macro2 = "1.0.86"
protobuf = "3.4.0" protobuf = "3.4.0"
protobuf-codegen = "3.4.0" protobuf-codegen = "3.4.0"
@ -104,7 +104,7 @@ text_placeholder = "0.5.1"
wgpu = "22.1.0" wgpu = "22.1.0"
# Benchmarks and Burnbench # Benchmarks and Burnbench
arboard = "3.4.0" arboard = "3.4.1"
github-device-flow = "0.2.0" github-device-flow = "0.2.0"
os_info = "3.8.2" os_info = "3.8.2"
wsl = "0.1.0" wsl = "0.1.0"