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

chore: Update ahash to 0.8.7 #2996

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

takenoko-gohan
Copy link
Contributor

Update ahash to version 0.8.7 to resolve vulnerability RUSTSEC-2023-0074.

Crate:     zerocopy
Version:   0.7.26
Title:     Some Ref methods are unsound with some type parameters
Date:      2023-12-14
ID:        RUSTSEC-2023-0074
URL:       https://rustsec.org/advisories/RUSTSEC-2023-0074
Solution:  Upgrade to >=0.2.9, <0.3.0 OR >=0.3.2, <0.4.0 OR >=0.4.1, <0.5.0 OR >=0.5.2, <0.6.0 OR >=0.6.6, <0.7.0 OR >=0.7.31
Dependency tree:
zerocopy 0.7.26
└── ahash 0.8.6
    ├── sqlx-core 0.7.3
    │   ├── sqlx-sqlite 0.7.3
    │   │   ├── sqlx-macros-core 0.7.3
    │   │   │   └── sqlx-macros 0.7.3
    │   │   │       └── sqlx 0.7.3
    │   │   │           ├── sqlx-test 0.1.0
    │   │   │           │   └── sqlx 0.7.3
    │   │   │           ├── sqlx-sqlite 0.7.3
    │   │   │           ├── sqlx-example-sqlite-todos 0.1.0
    │   │   │           ├── sqlx-example-postgres-transaction 0.1.0
    │   │   │           ├── sqlx-example-postgres-todos 0.1.0
    │   │   │           ├── sqlx-example-postgres-mockable-todos 0.1.0
    │   │   │           ├── sqlx-example-postgres-listen 0.1.0
    │   │   │           ├── sqlx-example-postgres-json 0.1.0
    │   │   │           ├── sqlx-example-postgres-files 0.1.0
    │   │   │           ├── sqlx-example-postgres-chat 0.1.0
    │   │   │           ├── sqlx-example-postgres-axum-social 0.1.0
    │   │   │           ├── sqlx-example-mysql-todos 0.1.0
    │   │   │           ├── sqlx-core 0.7.3
    │   │   │           └── sqlx-cli 0.7.3
    │   │   └── sqlx 0.7.3
    │   ├── sqlx-postgres 0.7.3
    │   │   ├── sqlx-macros-core 0.7.3
    │   │   └── sqlx 0.7.3
    │   ├── sqlx-mysql 0.7.3
    │   │   ├── sqlx-macros-core 0.7.3
    │   │   └── sqlx 0.7.3
    │   ├── sqlx-macros-core 0.7.3
    │   ├── sqlx-macros 0.7.3
    │   └── sqlx 0.7.3
    └── hashbrown 0.14.2
        ├── indexmap 2.1.0
        │   ├── toml_edit 0.20.7
        │   │   └── proc-macro-crate 2.0.0
        │   │       └── borsh-derive 1.2.0
        │   │           └── borsh 1.2.0
        │   │               └── rust_decimal 1.33.1
        │   │                   ├── sqlx-postgres 0.7.3
        │   │                   ├── sqlx-mysql 0.7.3
        │   │                   └── sqlx-core 0.7.3
        │   └── sqlx-core 0.7.3
        └── hashlink 0.8.4
            └── sqlx-core 0.7.3

@abonander abonander merged commit 609fcc3 into launchbadge:main Jan 18, 2024
64 checks passed
kukabi pushed a commit to helikon-labs/sqlx that referenced this pull request Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants