Skip to content

Commit

Permalink
Combined PRs (#2322)
Browse files Browse the repository at this point in the history
* Bump libc from 0.2.158 to 0.2.159

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.158 to 0.2.159.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.159/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.158...0.2.159)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump tempfile from 3.12.0 to 3.13.0

Bumps [tempfile](https://github.com/Stebalien/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)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump regex from 1.10.6 to 1.11.0

Bumps [regex](https://github.com/rust-lang/regex) from 1.10.6 to 1.11.0.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.6...1.11.0)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump fake from 2.9.2 to 2.10.0

Bumps [fake](https://github.com/cksac/fake-rs) from 2.9.2 to 2.10.0.
- [Commits](https://github.com/cksac/fake-rs/commits)

---
updated-dependencies:
- dependency-name: fake
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and dependabot[bot] authored Sep 30, 2024
1 parent e804f90 commit 108290a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ data-encoding = { version = "2.6.0", default-features = false, features = [
"alloc",
] }
dirs = "5.0.1"
fake = "2.9.2"
fake = "2.10.0"
flate2 = "1.0.33"
float-cmp = "0.9.0"
getrandom = { version = "0.2.15", default-features = false }
Expand All @@ -63,7 +63,7 @@ quote = "1.0.37"
r2d2 = "0.8.10"
r2d2_sqlite = { version = "0.24.0" }
rayon = "1.10.0"
regex = "1.10.6"
regex = "1.11.0"
reqwest = "0.12.5"
rmp-serde = "1.3.0"
rstest = "0.19.0"
Expand All @@ -83,7 +83,7 @@ spin = { version = "0.9.8", features = [
strum = "0.26.3"
strum_macros = "0.26.4"
syn = { version = "2.0.77", features = ["full", "extra-traits"] }
tempfile = "3.12.0"
tempfile = "3.13.0"
thiserror = "1.0.64"
tokio = { version = "1.40.0", features = ["rt", "macros"] }
tracing-appender = "0.2.3"
Expand Down Expand Up @@ -143,7 +143,7 @@ serde = { version = "1.0.210", default-features = false, features = [
serde_json = { version = "1.0.128", default-features = false }
uuid = { version = "1.9.1", default-features = false }

libc = "0.2.157"
libc = "0.2.159"
nvml-wrapper = "0.10.0"
sysinfo = "0.30.13"
systemstat = "0.2.3"
Expand Down

0 comments on commit 108290a

Please sign in to comment.