Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

Bumps the bootstrap-dependencies group in /src/bootstrap with 21 updates:

Package From To
cc 1.0.73 1.0.83
clap_complete 4.4.3 4.4.4
cmake 0.1.48 0.1.50
filetime 0.2.16 0.2.22
home 0.5.4 0.5.5
ignore 0.4.18 0.4.20
libc 0.2.149 0.2.150
object 0.32.0 0.32.1
once_cell 1.12.0 1.18.0
opener 0.5.0 0.5.2
semver 1.0.17 1.0.20
serde 1.0.160 1.0.185
serde_derive 1.0.160 1.0.164
serde_json 1.0.81 1.0.108
sha2 0.10.2 0.10.8
tar 0.4.38 0.4.40
termcolor 1.2.0 1.3.0
toml 0.5.9 0.5.11
walkdir 2.3.2 2.4.0
xz2 0.1.6 0.1.7
sysinfo 0.26.7 0.26.9

Updates cc from 1.0.73 to 1.0.83

Release notes

Sourced from cc's releases.

1.0.83

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.82...1.0.83

1.0.82

This release corrects a deadlock and potential performance regression present since 1.0.80, and contains no other changes. See rust-lang/cc-rs#849 for details.

1.0.81

This release exists to fix a bug introduced in 1.0.80 where we would panic if non-UTF8 were written to stderr by the C compiler. See rust-lang/cc-rs#842 and rust-lang/cc-rs#841 for more info.

1.0.80

What's Changed

... (truncated)

Commits

Updates clap_complete from 4.4.3 to 4.4.4

Release notes

Sourced from clap_complete's releases.

v4.4.4

[4.4.4] - 2023-09-18

Internal

  • Update terminal_size to 0.3
Changelog

Sourced from clap_complete's changelog.

[4.4.4] - 2023-09-18

Internal

  • Update terminal_size to 0.3
Commits

Updates cmake from 0.1.48 to 0.1.50

Release notes

Sourced from cmake's releases.

0.1.49

Version 0.1.49

Changelog

  • emcmake and emmake are now used when compiling to emscripten targets. (#137)
  • On 32 bit x86 MSVC targets, the toolset is now always explicitly configured rather than checking the version of MSVC first. (#144)
  • --parallel is no longer passed to versions of cmake that might not support that flag. (#146)
  • If a missing directory is provided via the Config::out_dir API, we will now properly create it rather than failing and reporting a confusing message that cmake is not installed, even if it is. (#159)
  • CMAKE_OSX_ARCHITECTURES is passed on macOS so that we no longer produce universal binaries by default. (#160)
  • Several improvements have been made to cross-compilation support. (#158)
  • If make jobserver flags are present in MAKEFLAGS, we now will respect them (by not passing --parallel to cmake). (#153)

Additionally, a number of smaller changes which shouldn't impact users have been made; see the commit history for complete details.

Thanks to everybody who contributed to this release!

Commits

Updates filetime from 0.2.16 to 0.2.22

Commits

Updates home from 0.5.4 to 0.5.5

Changelog

Sourced from home's changelog.

Changelog

Cargo 1.75 (2023-12-28)

59596f0f...HEAD

Added

Changed

Fixed

  • Fixed corruption when cargo was killed while writing to files. #12744

Nightly only

Documentation

  • profile: add missing strip info. #12754

Internal

  • Updated to itertools 0.11.0. #12759
  • Updated to cargo_metadata 0.18.0. #12758
  • Disabled the custom_target::custom_bin_target test on windows-gnu. #12763

Cargo 1.74 (2023-11-16)

80eca0e5...rust-1.74.0

Added

  • 🎉 The [lints] table has been stabilized, allowing you to configure reporting levels for rustc and other tool lints in Cargo.toml. (RFC 3389) (docs) #12584 #12648
  • 🎉 The unstable features credential-process and registry-auth have been stabilized. These features consolidate the way to authenticate with private registries. (RFC 2730) (RFC 3139) (docs) #12590 #12622 #12623 #12626 #12641

... (truncated)

Commits
  • be33892 Auto merge of #12032 - ehuss:clarify-test-option, r=weihanglo
  • 03a5d8f Clarify documentation around test target setting.
  • 1cd4ef3 Auto merge of #12029 - weihanglo:issue/12028, r=epage
  • 00484fe fix: apply [env] to target info discovery rustc
  • e1c7ce8 test: [env] isn't applied to target info discovery rustc
  • e0910a2 Auto merge of #12025 - weihanglo:ci2, r=epage
  • 9fd2510 Auto merge of #12027 - weihanglo:platform-specific-deps, r=epage
  • 3862b01 Auto merge of #12024 - weihanglo:ci, r=epage
  • 77e82ee ci: ensure intra links for all members are checked
  • ad6c414 ci: remove unnecessary condition for building cargo-credential-*
  • Additional commits viewable in compare view

Updates ignore from 0.4.18 to 0.4.20

Commits

Updates libc from 0.2.149 to 0.2.150

Release notes

Sourced from libc's releases.

0.2.150

What's Changed

New Contributors

... (truncated)

Commits
  • 4d2b981 Auto merge of #3424 - JohnTitor:release-0.2.150, r=JohnTitor
  • f50c0a1 Prepare release for v0.2.150
  • 240de1f Auto merge of #3400 - devnexen:nbsd_obsd_siginfo_upd, r=JohnTitor
  • 68f46d3 Auto merge of #3421 - ids1024:redox-group, r=JohnTitor
  • a685037 redox: Add remaining grp.h functions
  • 00f48a6 Auto merge of #3418 - JohnTitor:Mantic-Minotaurgha, r=JohnTitor
  • 8498879 Auto merge of #3393 - Brijeshkrishna:main, r=JohnTitor
  • f367fa2 Auto merge of #3328 - vincentisambart:apple-additional-decls, r=JohnTitor
  • a104192 Auto merge of #3163 - mbyzhang:master, r=JohnTitor
  • 946c348 Upgrade Docker images to Ubuntu 23.10
  • Additional commits viewable in compare view

Updates object from 0.32.0 to 0.32.1

Changelog

Sourced from object's changelog.

0.32.1

Released 2023/09/03.

Added

  • Added write::Object::set_macho_cpu_subtype. #574

Commits

Updates once_cell from 1.12.0 to 1.18.0

Changelog

Sourced from once_cell's changelog.

1.18.0

  • MSRV is updated to 1.60.0 to take advantage of dep: syntax for cargo features, removing "implementation details" from publicly visible surface.

1.17.2

  • Avoid unnecessary synchronization in Lazy::{force,deref}_mut(), #231.

1.17.1

1.17.0

  • Add race::OnceRef for storing a &'a T.

1.16.0

  • Add no_std implementation based on critical-section, #195.
  • Deprecate atomic-polyfill feature (use the new critical-section instead)

1.15.0

  • Increase minimal supported Rust version to 1.56.0.
  • Implement UnwindSafe even if the std feature is disabled.

1.14.0

  • Add extension to unsync and sync Lazy mut API:
    • force_mut
    • get_mut

1.13.1

  • Make implementation compliant with strict provenance.
  • Upgrade atomic-polyfill to 1.0

1.13.0

  • Add Lazy::get, similar to OnceCell::get.

1.12.1

  • Remove incorrect debug_assert.
Commits

Updates opener from 0.5.0 to 0.5.2

Changelog

Sourced from opener's changelog.

[0.5.2] - 2023-01-29

Fixed

  • License files are now properly included in the published crate.

[0.5.1] - 2023-01-28

Changed

  • Update xdg-open.
Commits

Updates semver from 1.0.17 to 1.0.20

Release notes

Sourced from semver's releases.

1.0.20

  • Add a method for comparing versions by precedence (#305)

1.0.19

1.0.18

  • Documentation improvements
Commits
  • 55fa2ca Release 1.0.20
  • 5feccc0 Merge pull request #305 from dtolnay/precedence
  • 83aaaf0 Add a method for precedence comparison of Versions
  • 83154ea Test docs.rs documentation build in CI
  • 72a6b5a Release 1.0.19
  • 83abc7f Relocate comparator parse testing
  • 2d34e8f Touch up PR 299 test cases
  • 5e09329 More comprehensible excessive version comparator test
  • 473209f Merge pull request #299 from CXWorks/master
  • cb07901 Update actions/checkout@v3 -> v4
  • Additional commits viewable in compare view

Updates serde from 1.0.160 to 1.0.185

Release notes

Sourced from serde's releases.

v1.0.185

  • Fix error "cannot move out of *self which is behind a shared reference" deriving Serialize on a non_exhaustive enum (#2591)

v1.0.184

  • Restore from-source serde_derive build on all platforms — eventually we'd like to use a first-class precompiled macro if such a thing becomes supported by cargo / crates.io

v1.0.183

  • Support deserializing Box<OsStr> with an equivalent representation as OsString (#2556, thanks @​DBLouis)

v1.0.182

  • Render field aliases in sorted order in error messages (#2458, thanks @​Mingun)
  • Support serde(default) on tuple structs (#2553, thanks @​Mingun)

v1.0.181

  • Make serde(alias) work in combination with flatten when using in-place deserialization (#2443, thanks @​Mingun)
  • Improve the representation of adjacently tagged enums in formats where enum tags are serialized by index, as opposed to by string name (#2505, #2496, thanks @​Baptistemontan)

v1.0.180

  • Update to 2018 edition

v1.0.179

  • Support serialization of tuple variants inside a flattened field (#2448, thanks @​Mingun)

v1.0.178

  • Fix build error when using serde with "std" feature turned off and "unstable" feature turned on (#2541)

v1.0.177

  • Add serde(rename_all_fields = "...") attribute to apply a rename_all on every struct variant of an enum (#1695, thanks @​jplatte)
  • Improve diagnostics for attribute parse errors (#2536, thanks @​jplatte)

v1.0.176

  • Allow tag field of an internally tagged enum to have same name as a field inside a skipped struct variant (#2266, thanks @​flisky)

v1.0.175

  • Restore missing LICENSE files in serde_derive crate (#2527, thanks @​ankane)

v1.0.174

  • Documentation improvements

v1.0.173

  • Fix missing trait implementations when using serde derive macro on a macro-generated data structure, such as via the bitflags crate (#2516)

v1.0.172

  • Experiment with precompiling the serde_derive macros to reduce build time (#2514)

v1.0.171

v1.0.170

  • Produce error message on suffixed string literals inside serde attributes (#2242)

... (truncated)

Commits
  • 3c7dd6f Release 1.0.185
  • 8b196ea Merge pull request #2592 from dtolnay/remotenonexhaustive
  • 1f8c8ad Fix "cannot move out of *self which is behind a shared reference"
  • 870925d Add repro of issue 2591
  • d593215 No need for slow macOS CI if there is no platform-specific code
  • 110af31 Merge pull request #2590 from pinkforest/phase-out-precompiled
  • 360606b Following consensus on: #2580 (review)
  • 151b45a Release 1.0.184
  • 4617c95 Merge pull request #2587 from wucke13/master
  • 2547ed8 fix shebang in build.sh
  • Additional commits viewable in compare view

Updates serde_derive from 1.0.160 to 1.0.164

Release notes

Sourced from serde_derive's releases.

v1.0.164

  • Allowed enum variants to be individually marked as untagged (#2403, thanks @​dewert99)

v1.0.163

  • Eliminate build script from serde_derive crate to slightly reduce build time (#2442, thanks @​taiki-e)

v1.0.162

  • Support deserializing flattened adjacently tagged enums from data formats which represent fields as bytes, such as the csv crate (#2377, thanks @​mfro)

    #[derive(Deserialize)]
    pub struct Record {
        common: u64,
        #[serde(flatten)]
        kind: Kind,
    }
    #[derive(Deserialize)]
    #[serde(tag = "kind", content = "parameter", rename_all = "lowercase")]
    enum Kind {
    Foo(u64),
    Bar(bool),
    }

    common,kind,parameter
    1,foo,42
    2,bar,true
    

v1.0.161

  • Improve error messages produced by serde_test on test failure (#2435, thanks @​Mingun)
Commits
  • 107018c Release 1.0.164
  • a398237 Point out serde(untagged) variants which are out of order
  • b63c65d Merge pull request #2470 from dtolnay/contentref
  • f60324e Reuse a single ContentRefDeserializer throughout untagged enum deserialization
  • 361c23a Simplify enumerate().find(...) -> Iterator::position
  • 43b23c7 Format PR 2403 with rustfmt
  • 6081497 Resolve semicolon_if_nothing_returned pedantic clippy lint
  • 48e5753 Allowed Enum variants to be individually marked as untagged (#2403)
  • bbba632 Revert "Ui tests with compile_error resolved at call site"
  • e77db40 Ui tests with compile_error resolved at call site
  • Additional commits viewable in compare view

Updates serde_json from 1.0.81 to 1.0.108

Release notes

Sourced from serde_json's releases.

v1.0.108

v1.0.107

  • impl IntoDeserializer for &RawValue (#1071)

v1.0.106

v1.0.105

  • Support bool in map keys (#1054)

v1.0.104

v1.0.103

  • Documentation improvements

v1.0.102

  • Add a way to customize the serialization of byte arrays (#1039)

v1.0.101

v1.0.100

  • Support -Z minimal-versions

v1.0.99

v1.0.98

  • Update indexmap dependency used by "preserve_order" feature to version 2

v1.0.97

  • Add io_error_kind() method to serde_json::Error: fn io_error_kind(&self) -> Option<std::io::ErrorKind> (#1026)

v1.0.96

v1.0.95

  • Preserve f32 precision when serializing f32 -> serde_json::Value -> JSON string in "arbitrary_precision" mode (#1004, #1005)

v1.0.94

  • Fix message duplication between serde_json::Error's Display and source() (#991, #992)

v1.0.93

  • Support 128-bit integers in serde_json::to_value (#982)

v1.0.92

... (truncated)

Commits
  • 4bc1eaa Release 1.0.108
  • 1454eac Merge pull request #1082 from dtolnay/fromdoc
  • 0f072fa Improve Value From and FromIterator docs
  • a8e6f75 Merge pull request #1081 from fritzrehde/master
  • ebaf617 fixed typos
  • f56053d Merge pull request Description has been truncated

Bumps the bootstrap-dependencies group in /src/bootstrap with 21 updates:

| Package | From | To |
| --- | --- | --- |
| [cc](https://github.com/rust-lang/cc-rs) | `1.0.73` | `1.0.83` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.4.3` | `4.4.4` |
| [cmake](https://github.com/rust-lang/cmake-rs) | `0.1.48` | `0.1.50` |
| [filetime](https://github.com/alexcrichton/filetime) | `0.2.16` | `0.2.22` |
| [home](https://github.com/rust-lang/cargo) | `0.5.4` | `0.5.5` |
| [ignore](https://github.com/BurntSushi/ripgrep) | `0.4.18` | `0.4.20` |
| [libc](https://github.com/rust-lang/libc) | `0.2.149` | `0.2.150` |
| [object](https://github.com/gimli-rs/object) | `0.32.0` | `0.32.1` |
| [once_cell](https://github.com/matklad/once_cell) | `1.12.0` | `1.18.0` |
| [opener](https://github.com/Seeker14491/opener) | `0.5.0` | `0.5.2` |
| [semver](https://github.com/dtolnay/semver) | `1.0.17` | `1.0.20` |
| [serde](https://github.com/serde-rs/serde) | `1.0.160` | `1.0.185` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.160` | `1.0.164` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.81` | `1.0.108` |
| [sha2](https://github.com/RustCrypto/hashes) | `0.10.2` | `0.10.8` |
| [tar](https://github.com/alexcrichton/tar-rs) | `0.4.38` | `0.4.40` |
| [termcolor](https://github.com/BurntSushi/termcolor) | `1.2.0` | `1.3.0` |
| [toml](https://github.com/toml-rs/toml) | `0.5.9` | `0.5.11` |
| [walkdir](https://github.com/BurntSushi/walkdir) | `2.3.2` | `2.4.0` |
| [xz2](https://github.com/alexcrichton/xz2-rs) | `0.1.6` | `0.1.7` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.26.7` | `0.26.9` |


Updates `cc` from 1.0.73 to 1.0.83
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Commits](rust-lang/cc-rs@1.0.73...1.0.83)

Updates `clap_complete` from 4.4.3 to 4.4.4
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.4.3...clap_complete-v4.4.4)

Updates `cmake` from 0.1.48 to 0.1.50
- [Release notes](https://github.com/rust-lang/cmake-rs/releases)
- [Commits](rust-lang/cmake-rs@0.1.48...0.1.50)

Updates `filetime` from 0.2.16 to 0.2.22
- [Commits](https://github.com/alexcrichton/filetime/commits/0.2.22)

Updates `home` from 0.5.4 to 0.5.5
- [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md)
- [Commits](rust-lang/cargo@home-0.5.4...home-0.5.5)

Updates `ignore` from 0.4.18 to 0.4.20
- [Release notes](https://github.com/BurntSushi/ripgrep/releases)
- [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/ripgrep@ignore-0.4.18...ignore-0.4.20)

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

Updates `object` from 0.32.0 to 0.32.1
- [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/object@0.32.0...0.32.1)

Updates `once_cell` from 1.12.0 to 1.18.0
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.12.0...v1.18.0)

Updates `opener` from 0.5.0 to 0.5.2
- [Changelog](https://github.com/Seeker14491/opener/blob/master/CHANGELOG.md)
- [Commits](Seeker14491/opener@v0.5.0...v0.5.2)

Updates `semver` from 1.0.17 to 1.0.20
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.17...1.0.20)

Updates `serde` from 1.0.160 to 1.0.185
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.160...v1.0.185)

Updates `serde_derive` from 1.0.160 to 1.0.164
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.160...v1.0.164)

Updates `serde_json` from 1.0.81 to 1.0.108
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.81...v1.0.108)

Updates `sha2` from 0.10.2 to 0.10.8
- [Commits](RustCrypto/hashes@sha2-v0.10.2...sha2-v0.10.8)

Updates `tar` from 0.4.38 to 0.4.40
- [Commits](alexcrichton/tar-rs@0.4.38...0.4.40)

Updates `termcolor` from 1.2.0 to 1.3.0
- [Commits](BurntSushi/termcolor@1.2.0...1.3.0)

Updates `toml` from 0.5.9 to 0.5.11
- [Commits](https://github.com/toml-rs/toml/commits/toml-v0.5.11)

Updates `walkdir` from 2.3.2 to 2.4.0
- [Commits](BurntSushi/walkdir@2.3.2...2.4.0)

Updates `xz2` from 0.1.6 to 0.1.7
- [Commits](alexcrichton/xz2-rs@0.1.6...0.1.7)

Updates `sysinfo` from 0.26.7 to 0.26.9
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits)

---
updated-dependencies:
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bootstrap-dependencies
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bootstrap-dependencies
- dependency-name: cmake
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bootstrap-dependencies
- dependency-name: filetime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bootstrap-dependencies
- dependency-name: home
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bootstrap-dependencies
- dependency-name: ignore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bootstrap-dependencies
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bootstrap-dependencies
- dependency-name: object
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bootstrap-dependencies
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bootstrap-dependencies
- dependency-name: opener
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bootstrap-dependencies
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bootstrap-dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bootstrap-dependencies
- dependency-name: serde_derive
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bootstrap-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bootstrap-dependencies
- dependency-name: sha2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bootstrap-dependencies
- dependency-name: tar
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bootstrap-dependencies
- dependency-name: termcolor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bootstrap-dependencies
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bootstrap-dependencies
- dependency-name: walkdir
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bootstrap-dependencies
- dependency-name: xz2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bootstrap-dependencies
- dependency-name: sysinfo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bootstrap-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added automation Issue or PR created by an automation backport:never PR that should never be backported labels Nov 6, 2023
bors-ferrocene bot added a commit that referenced this pull request Nov 7, 2023
89: Automated pull from upstream `master` r=Dajamante a=github-actions[bot]


This PR pulls the following changes from the upstream repository:

* rust-lang/rust#117006
* rust-lang/rust#117511
* rust-lang/rust#117641
  * rust-lang/rust#117637
  * rust-lang/rust#117631
  * rust-lang/rust#117516
  * rust-lang/rust#117190
* rust-lang/rust#117292
* rust-lang/rust#117603
* rust-lang/rust#116988
* rust-lang/rust#117630
  * rust-lang/rust#117615
  * rust-lang/rust#117613
  * rust-lang/rust#117592
* rust-lang/rust#117578
* rust-lang/rust#117435
* rust-lang/rust#117607



90: bump serde and serde_derive r=tshepang a=Dajamante

Trying to get around the failure seen in #86 

Co-authored-by: Ralf Jung <post@ralfj.de>
Co-authored-by: Esteban Küber <esteban@kuber.com.ar>
Co-authored-by: SparrowLii <liyuan179@huawei.com>
Co-authored-by: Matthias Krüger <matthias.krueger@famsik.de>
Co-authored-by: Gurinder Singh <frederick.the.fool@gmail.com>
Co-authored-by: Michael Goulet <michael@errs.io>
Co-authored-by: Thom Chiovoloni <thom@shift.click>
Co-authored-by: klensy <klensy@users.noreply.github.com>
Co-authored-by: Jack Huey <31162821+jackh726@users.noreply.github.com>
Co-authored-by: bjorn3 <17426603+bjorn3@users.noreply.github.com>
Co-authored-by: hkalbasi <hamidrezakalbasi@protonmail.com>
Co-authored-by: bors <bors@rust-lang.org>
Co-authored-by: Sven Marnach <sven@mozilla.com>
Co-authored-by: Rémy Rakic <remy.rakic+github@gmail.com>
Co-authored-by: aissata <aimaiga2@gmail.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 7, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 7, 2023
@dependabot dependabot bot deleted the dependabot/cargo/src/bootstrap/bootstrap-dependencies-55f80ffeee branch November 7, 2023 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation Issue or PR created by an automation backport:never PR that should never be backported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants