-
Notifications
You must be signed in to change notification settings - Fork 103
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
Allowing constructing CredentialsFile from string #201
Conversation
Please run
to fix CI. |
Oupsie ! Fixing it now :) |
done ! |
Overriding environment variables cause other tests to fail. |
Hey @yoshidan ! It allows to keep tests on this part :) Cheers |
foundation/auth/Cargo.toml
Outdated
@@ -36,7 +36,9 @@ hex = { version = "0.4", optional = true } | |||
tokio = { version = "1.32", features = ["test-util", "rt-multi-thread", "macros"]} | |||
tracing-subscriber = {version="0.3", features=["env-filter","std"]} | |||
ctor = "0.1" | |||
serial_test = "0.9" | |||
tempdir = "0.3.7" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cloud you remove tempdir?
tempdir is archived and has volunerability.
https://rustsec.org/advisories/RUSTSEC-2018-0017.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yes, good catch, thanks :)
Thanks! |
Hey @yoshidan ! Would you mind creating a new release with this change? |
Hi @benjaminch |
PR aiming to tackle issue described here: #200