infinyon / fluvio-client-python

The Fluvio Python Client!
https://infinyon.github.io/fluvio-client-python/fluvio.html
Apache License 2.0
14 stars 12 forks source link

build(deps): Bump tokio and rpassword #365

Closed urbit-pilled closed 9 months ago

urbit-pilled commented 9 months ago

fixes https://github.com/infinyon/fluvio-client-python/pull/334 and https://github.com/infinyon/fluvio-client-python/pull/363

urbit-pilled commented 9 months ago

rpassword has removed read_password_from_tty back in v6.0.0

so I changed it from

rpassword::read_password_from_tty(Some("Password: "))?,

to

rpassword::prompt_password("Password: ")?,
morenol commented 9 months ago

Thank you @urbit-pilled