Skip to content

Commit

Permalink
chore(deps): Bump the cargo group across 1 directory with 8 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.36.0` | `1.37.0` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.80` | `1.0.82` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.34` | `0.4.38` |
| [serde](https://github.com/serde-rs/serde) | `1.0.196` | `1.0.200` |
| [rhai](https://github.com/rhaiscript/rhai) | `1.17.1` | `1.18.0` |
| [clap](https://github.com/clap-rs/clap) | `4.5.1` | `4.5.4` |
| [test-log](https://github.com/d-e-s-o/test-log) | `0.2.14` | `0.2.16` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.10.0` | `3.10.1` |



Updates `tokio` from 1.36.0 to 1.37.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.36.0...tokio-1.37.0)

Updates `anyhow` from 1.0.80 to 1.0.82
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.80...1.0.82)

Updates `chrono` from 0.4.34 to 0.4.38
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.34...v0.4.38)

Updates `serde` from 1.0.196 to 1.0.200
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.196...v1.0.200)

Updates `rhai` from 1.17.1 to 1.18.0
- [Release notes](https://github.com/rhaiscript/rhai/releases)
- [Changelog](https://github.com/rhaiscript/rhai/blob/main/CHANGELOG.md)
- [Commits](rhaiscript/rhai@v1.17.1...v1.18.0)

Updates `clap` from 4.5.1 to 4.5.4
- [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.1...v4.5.4)

Updates `test-log` from 0.2.14 to 0.2.16
- [Release notes](https://github.com/d-e-s-o/test-log/releases)
- [Changelog](https://github.com/d-e-s-o/test-log/blob/main/CHANGELOG.md)
- [Commits](d-e-s-o/test-log@v0.2.14...v0.2.16)

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: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: rhai
  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: test-log
  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-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 2, 2024
1 parent d83c725 commit 0e90a63
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ maintenance = { status = "passively-maintained" }

[dependencies]
transmission-rpc = "0.4.2"
tokio = { version = "1.36.0", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
anyhow = "1.0.80"
chrono = "0.4.34"
anyhow = "1.0.82"
chrono = "0.4.38"
url = "2.5.0"
parse_duration = "2.1.1"
enum-kinds = "0.5.1"
Expand All @@ -28,13 +28,13 @@ futures = "0.3.30"
once_cell = "1.19.0"
hhmmss = "0.1.0"
serde = "*"
rhai = { version = "1.17.1", features = ["serde"] }
rhai = { version = "1.18.0", features = ["serde"] }

[dependencies.clap]
features = ["derive"]
version = "4.5.1"
version = "4.5.4"

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

0 comments on commit 0e90a63

Please sign in to comment.