Skip to content

Commit

Permalink
Fix RUSTSEC-2024-0003 by bumping h2 to v0.3.24 (#870)
Browse files Browse the repository at this point in the history
* Fix RUSTSEC-2024-0003 by bumping h2 to v0.3.24

* Update features snapshot
  • Loading branch information
dmitrylavrenov authored Jan 18, 2024
1 parent 2e9d1e0 commit 7b2044e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 11 deletions.
42 changes: 32 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion utils/checks/snapshots/features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,8 @@
- name: environmental 1.1.4
features:
- std
- name: equivalent 1.0.1
features: []
- name: errno 0.3.1
features: []
- name: errno-dragonfly 0.1.2
Expand Down Expand Up @@ -1152,7 +1154,7 @@
- name: group 0.13.0
features:
- alloc
- name: h2 0.3.18
- name: h2 0.3.24
features: []
- name: handlebars 4.3.6
features:
Expand All @@ -1175,6 +1177,9 @@
- ahash
- inline-more
- raw
- name: hashbrown 0.14.3
features:
- raw
- name: headers 0.3.8
features: []
- name: headers-core 0.2.0
Expand Down Expand Up @@ -1301,6 +1306,10 @@
- serde
- serde-1
- std
- name: indexmap 2.1.0
features:
- default
- std
- name: indoc 2.0.1
features: []
- name: infer 0.2.3
Expand Down

0 comments on commit 7b2044e

Please sign in to comment.