Skip to content

Commit

Permalink
build(deps): bump the cargo-crates group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-crates group with 3 updates: [libc](https://github.com/rust-lang/libc), [regex](https://github.com/rust-lang/regex) and [rustc-build-sysroot](https://github.com/RalfJung/rustc-build-sysroot).


Updates `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)

Updates `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)

Updates `rustc-build-sysroot` from 0.5.3 to 0.5.4
- [Commits](RalfJung/rustc-build-sysroot@v0.5.3...v0.5.4)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-crates
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-crates
- dependency-name: rustc-build-sysroot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-crates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and vadorovsky committed Oct 2, 2024
1 parent 0dc22d1 commit 4b6293b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 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 @@ -27,16 +27,16 @@ tracing-tree = "0.4"
ar = { version = "0.9.0" }
aya-rustc-llvm-proxy = { version = "0.9.3", optional = true }
gimli = { version = "0.31.0" }
libc = { version = "0.2.158" }
libc = { version = "0.2.159" }
llvm-sys = { features = ["disable-alltargets-init"], version = "191.0.0" }
log = { version = "0.4.22" }
thiserror = { version = "1.0.64" }
tracing = "0.1"

[dev-dependencies]
compiletest_rs = { version = "0.10.1" }
regex = { version = "1.10.6", default-features = false }
rustc-build-sysroot = { version = "0.5.3", default-features = false }
regex = { version = "1.11.0", default-features = false }
rustc-build-sysroot = { version = "0.5.4", default-features = false }
which = { version = "6.0.3", default-features = false, features = ["regex"] }

[[bin]]
Expand Down

0 comments on commit 4b6293b

Please sign in to comment.