Skip to content

Commit

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


Updates `serde` from 1.0.204 to 1.0.205
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.204...v1.0.205)

Updates `clap` from 4.5.11 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.11...v4.5.13)

Updates `tempfile` from 3.10.1 to 3.12.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/commits)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Aug 8, 2024
1 parent 5406a7c commit 0e01d07
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 44 deletions.
94 changes: 52 additions & 42 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 @@ -34,9 +34,9 @@ rhai = { version = "1.19.0", features = ["serde", "std"], default_features = fal

[dependencies.clap]
features = ["derive"]
version = "4.5.11"
version = "4.5.13"

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

0 comments on commit 0e01d07

Please sign in to comment.