Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.62` | `1.0.63` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.38.0` | `1.38.1` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.5` | `1.1.6` |
| [raw-cpuid](https://github.com/gz/rust-cpuid) | `11.0.2` | `11.1.0` |
| [syn](https://github.com/dtolnay/syn) | `2.0.71` | `2.0.72` |
| [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.62` | `1.0.63` |


Updates `thiserror` from 1.0.62 to 1.0.63
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.62...1.0.63)

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

Updates `cc` from 1.1.5 to 1.1.6
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.1.5...cc-v1.1.6)

Updates `raw-cpuid` from 11.0.2 to 11.1.0
- [Changelog](https://github.com/gz/rust-cpuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gz/rust-cpuid/commits/11.1.0)

Updates `syn` from 2.0.71 to 2.0.72
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.71...2.0.72)

Updates `thiserror-impl` from 1.0.62 to 1.0.63
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.62...1.0.63)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: raw-cpuid
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: syn
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: thiserror-impl
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent c0a207c commit 1df144e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 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 @@ -42,9 +42,9 @@ serde_json = { version = "1.0.120", features = ["preserve_order"] }
serde_yaml = "0.9.34"
smartstring = "1.0.1"
tera = { version = "1.20.0", default-features = false }
thiserror = "1.0.62"
thiserror = "1.0.63"
time = { version = "0.3.36", features = ["formatting", "macros", "parsing", "serde"] }
tokio = { version = "1.38.0", features = ["macros", "net", "rt-multi-thread"] }
tokio = { version = "1.38.1", features = ["macros", "net", "rt-multi-thread"] }
tower = "0.4.13"
tower-http = { version = "0.5.2", features = ["set-header", "trace"] }
tracing = "0.1.40"
Expand Down

0 comments on commit 1df144e

Please sign in to comment.