Uh oh!
There was an error while loading. Please reload this page.
update few deps - #99768
Conversation
rust-highfive
commented
Jul 26, 2022
(rust-highfive has picked a reviewer for you, use r? to override) |
joshtriplett
commented
Jul 27, 2022
@bors r+ |
bors
commented
Jul 27, 2022
📌 Commit 6c0d3c11a05d3235ced47d325c29cfb6be7620ee has been approved by It is now in the queue for this repository. |
Mark-Simulacrum
commented
Jul 27, 2022
@bors rollup=never |
bors
commented
Jul 28, 2022
⌛ Testing commit 6c0d3c11a05d3235ced47d325c29cfb6be7620ee with merge 198615c6cf45a2fd1abdf2e1c31c6c3da122f0d1... |
bors
commented
Jul 28, 2022
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
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
Mark-Simulacrum
commented
Jul 28, 2022
You'll probably need to adjust the src/tools/rustc-workspace-hack/Cargo.toml to enable that feature for memchr across our workspace. |
klensy
commented
Jul 28, 2022
Looks like #99771 recently bumped memchr (BurntSushi/memchr@2.4.1...2.5.0) for stdlib too, so maybe that interfere with this PR crates' version/feature set. |
@rustbot ready Rebased and updated rustc-workspace-hack/Cargo.toml. |
Mark-Simulacrum
commented
Jul 29, 2022
@bors r+ |
bors
commented
Jul 29, 2022
| # looks like the only user of deprecated `use_std` feature is `combine`, so this | ||
| # can be removed if/when https://github.com/Marwes/combine/pull/348 be merged and released. | ||
| memchr = { version = "2.5", features = ["std", "use_std"] } | ||
| # same for regex |
There was a problem hiding this comment.
Nitpick: This comment is now left with an invalid reference! It previously referred to "the previous comment" which spoke about the default features of libz-sys, but you added a comment in between the two and now it looks like "same for regex" means "use_std is deprecated ..."
There was a problem hiding this comment.
So, could someone please file a follow-up PR to fix that comment?
bors
commented
Jul 30, 2022
bors
commented
Jul 30, 2022
☀️ Test successful - checks-actions |
rust-timer
commented
Jul 30, 2022
Finished benchmarking commit (760d8a2): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
Existing comments were left in an incoherent state after rust-lang#99768.
Existing comments were left in an incoherent state after rust-lang#99768.
Clarify Cargo.toml comments Existing comments were left in an incoherent state after rust-lang#99768. r? `@RalfJung`
Updates few crates:
openssl-src v111.18.0+1.1.1n -> v111.22.0+1.1.1q: fixes few CVE's (https://www.openssl.org/news/vulnerabilities-1.1.1.html: https://cve.org/CVERecord?id=CVE-2022-1292https://cve.org/CVERecord?id=CVE-2022-2068https://cve.org/CVERecord?id=CVE-2022-2097)
openssl-probe v0.1.2 -> v0.1.5 updates ancient (2017) crate (rustls/openssl-probe@0.1.2...0.1.5). Adds support to search cert for additional platforms.
indoc v1.0.3 -> v1.0.6 (dtolnay/indoc@1.0.3...1.0.6) Nothing special changed, removes unindent v0.1.7
bstr v0.2.13 -> v0.2.17 (BurntSushi/bstr@0.2.13...0.2.17) Few speedups (BurntSushi/bstr@8e65992, BurntSushi/bstr@5fcef91) and bugfix (BurntSushi/bstr@b2111b6)
crc32fast v1.2.0 -> v1.3.2 (srijs/rust-crc32fast@v1.2.0...v1.3.2) Speedup debug (srijs/rust-crc32fast@e61ce6a)
diff v0.1.12 -> v0.1.13 (utkarshkukreti/diff.rs@0.1.12...0.1.13) Few optimizations ([WIP] optimize utkarshkukreti/diff.rs#16, utkarshkukreti/diff.rs@0f0aa58)
ignore v0.4.17 -> v0.4.18 (it's hard to get usable diff, but most notable perf change is BurntSushi/ripgrep@a28e664)
globset v0.4.5 -> v0.4.9
regex v1.5.5 -> v1.5.6 few bugfixes (https://github.com/rust-lang/regex/blob/1.5.6/CHANGELOG.md#156-2022-05-20). There exist 1.6.0 version, but it's too fresh.