Skip to content

Commit

Permalink
Bump the cargo-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 3 updates: [ctor](https://github.com/mmastrac/rust-ctor), [rayon](https://github.com/rayon-rs/rayon) and [tempfile](https://github.com/Stebalien/tempfile).


Updates `ctor` from 0.2.6 to 0.2.7
- [Commits](https://github.com/mmastrac/rust-ctor/commits)

Updates `rayon` from 1.8.1 to 1.9.0
- [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md)
- [Commits](rayon-rs/rayon@rayon-core-v1.8.1...rayon-core-v1.9.0)

Updates `tempfile` from 3.10.0 to 3.10.1
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.10.0...v3.10.1)

---
updated-dependencies:
- dependency-name: ctor
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: rayon
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and DanNixon committed Mar 4, 2024
1 parent f0a6ef2 commit 6df8e39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bytes = { version = "1.3.0", features = ["serde"] }
chrono = { version = "0.4.34", features = ["serde"] }
ciborium = "0.2.2"
clap = { version = "4.5.1", features = ["cargo", "derive", "env", "string"] }
ctor = "0.2.6"
ctor = "0.2.7"
crossterm = "0.27"
futures = "0.3.30"
hex = "0.4.3"
Expand All @@ -42,7 +42,7 @@ nix = { version = "0.27.0", features = ["process", "signal"] }
pem-rfc7468 = { version = "0.7.0", features = ["alloc"] }
rand = "0.8.5"
ratatui = { version = "0.23.0", features = ["all-widgets"]}
rayon = "1.8.1"
rayon = "1.9.0"
regex = "1.10.3"
reqwest = "0.11.24"
rumqttc = "0.23.0"
Expand All @@ -53,7 +53,7 @@ satori-testing-utils = { path = "./testing-utils" }
serde = { version = "1.0", features = ["derive"] }
serde_with = "3.6"
serde_json = "1.0.114"
tempfile = "3.10.0"
tempfile = "3.10.1"
thiserror = "1.0.57"
tokio = { version = "1.36", features = ["macros", "rt-multi-thread", "signal", "process"] }
tokio-stream = { version = "0.1.14", features = ["sync"] }
Expand Down

0 comments on commit 6df8e39

Please sign in to comment.