Skip to content

Commit

Permalink
chore(deps): bump the rust-dependencies group across 1 directory with…
Browse files Browse the repository at this point in the history
… 4 updates

Bumps the rust-dependencies group with 4 updates in the / directory: [async-trait](https://github.com/dtolnay/async-trait), [once_cell](https://github.com/matklad/once_cell), [tempfile](https://github.com/Stebalien/tempfile) and [cc](https://github.com/rust-lang/cc-rs).


Updates `async-trait` from 0.1.82 to 0.1.83
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.82...0.1.83)

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

Updates `tempfile` from 3.12.0 to 3.13.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.12.0...v3.13.0)

Updates `cc` from 1.1.21 to 1.1.22
- [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.21...cc-v1.1.22)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 3103411 commit fb3c369
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
19 changes: 11 additions & 8 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 @@ -55,7 +55,7 @@ alloy = { git = "https://github.com/alloy-rs/alloy", rev = "bfd0fda" }
anstyle = "1.0.8"
anyhow = "1.0.86"
arrayref = "0.3.8"
async-trait = "0.1.81"
async-trait = "0.1.83"
axum = "=0.7.5"
backtrace = "0.3.73"
bincode = "1.3.3"
Expand Down Expand Up @@ -88,7 +88,7 @@ log = "0.4.22"
nohash-hasher = "0.2.0"
num = "0.4.3"
num_cpus = "1.16.0"
once_cell = "1.8.0"
once_cell = "1.20.1"
proc-macro2 = "1.0"
prost = "0.12"
quote = "1.0"
Expand All @@ -108,7 +108,7 @@ strum = "0.26.3"
strum_macros = "0.26.4"
syn = "1.0"
target-lexicon = "0.12.16"
tempfile = "3.12.0"
tempfile = "3.13.0"
thiserror = "1.0.63"
tiny-keccak = "2.0.2"
tokio = "1.39.2"
Expand Down

0 comments on commit fb3c369

Please sign in to comment.