Skip to content

Commit

Permalink
chore(deps): bump the cargo group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 4 updates: [url](https://github.com/servo/rust-url), [tracing-indicatif](https://github.com/emersonford/tracing-indicatif), [serde](https://github.com/serde-rs/serde) and [tokio](https://github.com/tokio-rs/tokio).


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 `tracing-indicatif` from 0.3.5 to 0.3.6
- [Release notes](https://github.com/emersonford/tracing-indicatif/releases)
- [Changelog](https://github.com/emersonford/tracing-indicatif/blob/main/CHANGELOG.md)
- [Commits](emersonford/tracing-indicatif@0.3.5...0.3.6)

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 `tokio` from 1.34.0 to 1.35.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.34.0...tokio-1.35.0)

---
updated-dependencies:
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: tracing-indicatif
  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: tokio
  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 Dec 12, 2023
1 parent b2d76b2 commit 612cce7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 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 @@ -29,19 +29,19 @@ serde_json = "1.0.108"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
url = "*"
tracing-indicatif = "0.3.5"
tracing-indicatif = "0.3.6"

[dependencies.clap]
features = ["derive"]
version = "4.1.14"

[dependencies.serde]
features = ["derive"]
version = "1.0.192"
version = "1.0.193"

[dependencies.tokio]
features = ["full"]
version = "1.34.0"
version = "1.35.0"

[metadata]
[metadata.template_ci]
Expand Down

0 comments on commit 612cce7

Please sign in to comment.