162
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 27 Aug 2025
162 points (100.0% liked)
Open Source
40285 readers
299 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 6 years ago
MODERATORS
I just googled smth like fetch in rust and it was one of the first link. What’s wrong with it, still make its job done.
reqwest
, which is what I expected you to immediately notice after I brought it into attention. You can obviously just remove it and usereqwest
directly.reqwest
with something malicious, or bad in some other way, in a v0.1.1 release. That (theoretical) release will be picked up after acargo update
call, or whenCargo.lock
is not checked, which is the case by default with libraries.Thanks, checked parts where I use it, found a few serious bugs in code. I’ll remove rust-fetch and use pure reqwest library. Thanks again, you helped a lot)
When you asked me about this crate, I just wrote how it’s used not checking the code itself, my bad