Security issue #1743
Security issue
#1743
-
Hi, I got security warnings from github for a long time.
I think its a issue in the current version of reqwest. Is there a possibility to fix it? T |
Beta Was this translation helpful? Give feedback.
Answered by
seanmonstar
Feb 7, 2023
Replies: 1 comment 1 reply
-
You should be able to run |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Tockra
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to run
cargo update futures-task
orcargo update futures-util
or any other dependency, and it will update it. Evencargo update
should just update them all, but you can specify if you want.