Skip to content

Commit

Permalink
cargo: bump the cargo-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 3 updates: [libc](https://github.com/rust-lang/libc), [rustix](https://github.com/bytecodealliance/rustix) and [tokio](https://github.com/tokio-rs/tokio).


Updates `libc` from 0.2.150 to 0.2.151
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.150...0.2.151)

Updates `rustix` from 0.38.27 to 0.38.28
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](bytecodealliance/rustix@v0.38.27...v0.38.28)

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: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: rustix
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Dec 11, 2023
1 parent f86b338 commit d150c04
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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 @@ -51,7 +51,7 @@ hex = "0.4.3"
indexmap = "2.1.0"
insta = { version = "1.34.0", features = ["filters"] }
itertools = "0.11.0"
libc = { version = "0.2.150" }
libc = { version = "0.2.151" }
maplit = "1.0.2"
num_cpus = "1.16.0"
once_cell = "1.19.0"
Expand All @@ -68,7 +68,7 @@ rayon = "1.8.0"
ref-cast = "1.0.20"
regex = "1.10.2"
rpassword = "7.3.1"
rustix = { version = "0.38.27", features = ["fs"] }
rustix = { version = "0.38.28", features = ["fs"] }
scm-record = "0.1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.108"
Expand All @@ -84,7 +84,7 @@ test-case = "3.3.1"
textwrap = "0.16.0"
thiserror = "1.0.50"
timeago = { version = "0.4.2", default-features = false }
tokio = { version = "1.34.0" }
tokio = { version = "1.35.0" }
toml_edit = { version = "0.19.15", features = ["serde"] }
tracing = "0.1.40"
tracing-chrome = "0.7.1"
Expand Down

0 comments on commit d150c04

Please sign in to comment.