Skip to content

Commit

Permalink
chore(deps): Bump the cargo group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [url](https://github.com/servo/rust-url) | `2.4.1` | `2.5.0` |
| [once_cell](https://github.com/matklad/once_cell) | `1.18.0` | `1.19.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.192` | `1.0.193` |
| [clap](https://github.com/clap-rs/clap) | `4.4.8` | `4.4.11` |
| [test-case](https://github.com/frondeus/test-case) | `3.2.1` | `3.3.1` |
| [test-log](https://github.com/d-e-s-o/test-log) | `0.2.13` | `0.2.14` |


Updates `url` from 2.4.1 to 2.5.0
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.4.1...v2.5.0)

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

Updates `serde` from 1.0.192 to 1.0.193
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.192...v1.0.193)

Updates `clap` from 4.4.8 to 4.4.11
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.8...v4.4.11)

Updates `test-case` from 3.2.1 to 3.3.1
- [Release notes](https://github.com/frondeus/test-case/releases)
- [Changelog](https://github.com/frondeus/test-case/blob/master/CHANGELOG.md)
- [Commits](frondeus/test-case@v3.2.1...v3.3.1)

Updates `test-log` from 0.2.13 to 0.2.14
- [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.13...v0.2.14)

---
updated-dependencies:
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- 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: test-case
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: test-log
  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 Dec 8, 2023
1 parent 56df67e commit b01db48
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 27 deletions.
54 changes: 32 additions & 22 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
anyhow = "1.0.75"
chrono = "0.4.31"
url = "2.4.1"
url = "2.5.0"
parse_duration = "2.1.1"
enum-kinds = "0.5.1"
prometheus = "0.13.3"
prometheus-hyper = "0.1"
futures = "0.3.29"
once_cell = "1.18.0"
once_cell = "1.19.0"
hhmmss = "0.1.0"
serde = "*"
rhai = { version = "1.16.3", features = ["serde"] }

[dependencies.clap]
features = ["derive"]
version = "4.4.8"
version = "4.4.11"

[dev-dependencies]
test-case = "3.2.1"
test-log = { version = "0.2.13", features = ["trace"], default-features = false }
test-case = "3.3.1"
test-log = { version = "0.2.14", features = ["trace"], default-features = false }
tempfile = "3.8.1"

0 comments on commit b01db48

Please sign in to comment.