mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #447] [MERGED] Replace dotenv (unmaintained since 2020) with dotenvy (RUSTSEC-2021-0141) #463
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#463
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ramsayleung/rspotify/pull/447
Author: @joshuamegnauth54
Created: 11/21/2023
Status: ✅ Merged
Merged: 11/21/2023
Merged by: @ramsayleung
Base:
master← Head:switch-to-dotenvy📝 Commits (1)
61e3689Replace dotenv (unmaintained) with dotenvy📊 Changes
3 files changed (+7 additions, -6 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
Cargo.toml(+3 -3)📝
src/lib.rs(+3 -3)📄 Description
Description
Replace the dotenv crate with dotenvy.
dotenvyis a maintained fork recommended by RUSTSEC.Motivation and Context
dotenvis unmaintained and has not received an update since 2020.dotenvyis the recommended, drop in fork.Sources:
Dependencies
Type of change
How has this been tested?
I ran the test suite with
--features env-filebefore and after the change. The fork doesn't change the original crate's API beyond replacingdotenvwithdotenvy.Is this change properly documented?
No, but I'll edit the
CHANGELOG.mdand squash the commits now.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.