diff options
| author | klensy <klensy@users.noreply.github.com> | 2022-07-26 19:16:43 +0300 |
|---|---|---|
| committer | klensy <klensy@users.noreply.github.com> | 2022-07-28 13:22:34 +0300 |
| commit | 43512e674565e1b719da59ffb1c2e0fb9e69112a (patch) | |
| tree | 2a6ceb9fd4523cdeac90dbff68d3c1b91d158eea /src/tools/rustc-workspace-hack | |
| parent | 48316dfea1914d25189fa441e7310449ed76a446 (diff) | |
| download | rust-43512e674565e1b719da59ffb1c2e0fb9e69112a.tar.gz rust-43512e674565e1b719da59ffb1c2e0fb9e69112a.zip | |
update few deps
openssl-src v111.18.0+1.1.1n -> v111.22.0+1.1.1q openssl-probe v0.1.2 -> v0.1.5 indoc v1.0.3 -> v1.0.6 bstr v0.2.13 -> v0.2.17 crc32fast v1.2.0 -> v1.3.2 diff v0.1.12 -> v0.1.13 ignore v0.4.17 -> v0.4.18 globset v0.4.5 -> v0.4.9 regex v1.5.5 -> v1.5.6
Diffstat (limited to 'src/tools/rustc-workspace-hack')
| -rw-r--r-- | src/tools/rustc-workspace-hack/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/rustc-workspace-hack/Cargo.toml b/src/tools/rustc-workspace-hack/Cargo.toml index 22c2d28d9f6..9c3cd8b3ff1 100644 --- a/src/tools/rustc-workspace-hack/Cargo.toml +++ b/src/tools/rustc-workspace-hack/Cargo.toml @@ -71,7 +71,7 @@ features = [ ] [dependencies] -bstr = { version = "0.2.13", features = ["default"] } +bstr = { version = "0.2.17", features = ["default"] } byteorder = { version = "1", features = ['default', 'std'] } clap = { version = "3.1.1", features = ["derive", "clap_derive"]} curl-sys = { version = "0.4.13", features = ["http2", "libnghttp2-sys"], optional = true } @@ -80,7 +80,7 @@ libc = { version = "0.2.79", features = ["align"] } # Ensure default features of libz-sys, which are disabled in some scenarios. libz-sys = { version = "1.1.2" } # same for regex -regex = { version = "1.5.5" } +regex = { version = "1.5.6" } proc-macro2 = { version = "1", features = ["default"] } quote = { version = "1", features = ["default"] } rand_core_0_5 = { package = "rand_core", version = "0.5.1", features = ["getrandom", "alloc", "std"] } |
