Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commit Cargo.lock #867

Merged
merged 3 commits into from
Nov 22, 2023
Merged

Commit Cargo.lock #867

merged 3 commits into from
Nov 22, 2023

Conversation

Jake-Shadle
Copy link
Collaborator

This commits the Cargo.lock file, updates dependencies, and allows multiple versions in cargo-deny to get rid of the warning printout in CI logs since it's unused.

    Updating crates.io index
    Updating cached v0.46.0 -> v0.46.1
    Updating cached_proc_macro v0.18.0 -> v0.18.1
    Updating clap v4.4.7 -> v4.4.8
    Updating clap_builder v4.4.7 -> v4.4.8
    Updating data-encoding v2.4.0 -> v2.5.0
    Updating divan v0.1.2 -> v0.1.3
    Updating divan-macros v0.1.2 -> v0.1.3
    Updating enum-map v2.7.0 -> v2.7.2
    Updating enum-map-derive v0.14.0 -> v0.16.0
    Updating errno v0.3.5 -> v0.3.7
    Updating eyre v0.6.8 -> v0.6.9
    Updating getrandom v0.2.10 -> v0.2.11
    Updating h2 v0.3.21 -> v0.3.22
    Updating http v0.2.9 -> v0.2.11
    Updating libc v0.2.149 -> v0.2.150
      Adding libredox v0.0.1
    Removing linkme v0.3.17
    Removing linkme-impl v0.3.17
    Updating linux-raw-sys v0.4.10 -> v0.4.11
    Updating openssl v0.10.58 -> v0.10.59
    Updating openssl-sys v0.9.94 -> v0.9.95
    Updating prost v0.12.1 -> v0.12.3
    Updating prost-build v0.12.1 -> v0.12.3
    Updating prost-derive v0.12.1 -> v0.12.3
    Updating prost-types v0.12.1 -> v0.12.3
    Removing redox_syscall v0.2.16
    Updating redox_users v0.4.3 -> v0.4.4
    Updating rustix v0.38.21 -> v0.38.25
    Updating rustls v0.21.8 -> v0.21.9
    Updating rustls-pemfile v1.0.3 -> v1.0.4
    Updating schemars v0.8.15 -> v0.8.16
    Updating schemars_derive v0.8.15 -> v0.8.16
    Updating serde v1.0.190 -> v1.0.193
    Updating serde_derive v1.0.190 -> v1.0.193
    Updating smallvec v1.11.1 -> v1.11.2
    Updating syn v2.0.38 -> v2.0.39
    Updating tokio v1.33.0 -> v1.34.0
    Updating tokio-macros v2.1.0 -> v2.2.0
    Updating tracing-log v0.1.4 -> v0.2.0
    Updating tracing-subscriber v0.3.17 -> v0.3.18
    Updating uuid v1.5.0 -> v1.6.1
    Updating zerocopy v0.7.23 -> v0.7.26
    Updating zerocopy-derive v0.7.23 -> v0.7.26
    Updating zeroize v1.6.0 -> v1.7.0

Resolves: #866

Copy link

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

@XAMPPRocky XAMPPRocky enabled auto-merge (squash) November 22, 2023 14:14
Copy link

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

@XAMPPRocky XAMPPRocky merged commit 242b960 into main Nov 22, 2023
5 checks passed
@quilkin-bot
Copy link
Collaborator

Build Succeeded 🥳

Build Id: aec69143-d390-41d0-bc1a-f9cfba66eae6

The following development images have been built, and will exist for the next 30 days:

To build this version:

git fetch [email protected]:googleforgames/quilkin.git pull/867/head:pr_867 && git checkout pr_867
cargo build

@Jake-Shadle Jake-Shadle deleted the deny branch November 22, 2023 14:40
@markmandel markmandel added kind/bug Something isn't working area/build-tools Development tooling. labels Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build-tools Development tooling. kind/bug Something isn't working size/xl
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cargo.lock should be committed
4 participants