Skip to content

Commit

Permalink
chore(deps): Bump the cargo group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 4 updates in the / directory: [futures](https://github.com/rust-lang/futures-rs), [once_cell](https://github.com/matklad/once_cell), [clap](https://github.com/clap-rs/clap) and [tempfile](https://github.com/Stebalien/tempfile).


Updates `futures` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.30...0.3.31)

Updates `once_cell` from 1.19.0 to 1.20.2
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.19.0...v1.20.2)

Updates `clap` from 4.5.17 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.17...clap_complete-v4.5.20)

Updates `tempfile` from 3.12.0 to 3.13.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.12.0...v3.13.0)

---
updated-dependencies:
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: tempfile
  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 Oct 9, 2024
1 parent 642ceb0 commit e6cfe98
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
68 changes: 34 additions & 34 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ parse_duration = "2.1.1"
enum-kinds = "0.5.1"
prometheus = "0.13.4"
prometheus-hyper = "0.2"
futures = "0.3.30"
once_cell = "1.19.0"
futures = "0.3.31"
once_cell = "1.20.2"
hhmmss = "0.1.0"
serde = "*"
# For rhai, we have to exclude ahash for now, as that pins getrandom
Expand All @@ -34,9 +34,9 @@ rhai = { version = "1.19.0", features = ["serde", "std"], default_features = fal

[dependencies.clap]
features = ["derive"]
version = "4.5.17"
version = "4.5.20"

[dev-dependencies]
test-case = "3.3.1"
test-log = { version = "0.2.16", features = ["trace"], default-features = false }
tempfile = "3.12.0"
tempfile = "3.13.0"

0 comments on commit e6cfe98

Please sign in to comment.