Closed niczy closed 2 years ago
@dingelish Could you take a look?
I am back! PTAL, seems now we have two more audit errors. @w93163red
Update actix-web can fix that, but I am currently stuck... since: on actix web 4.0.0-beta9, it has dev::body type and has been removed in the official version.
This lead to the following change: https://github.com/bytedance/keyhouse/blob/main/src/control/mod.rs#L96 https://github.com/bytedance/keyhouse/blob/main/src/control/mod.rs#L100
need a new type to get the compilation pass. @dingelish Any suggestions?
@w93163red you wanna upgrade to 4.0.0-beta9 ?
Upgrade to 4•1•0
On Wed, Apr 20, 2022 at 19:14 Yu Ding @.***> wrote:
@w93163red https://github.com/w93163red you wanna upgrade to 4.0.0-beta9 ?
— Reply to this email directly, view it on GitHub https://github.com/bytedance/keyhouse/pull/20#issuecomment-1104540615, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABXYLOFPHOZ5X4GJU56N3A3VGCFT5ANCNFSM5LSGWULA . You are receiving this because you were mentioned.Message ID: @.***>
@w93163red i guess you mean "4.0.1". how about this: you create a branch and upgrade spire-workload and rustls, and then i'll help with actix. how do you think
you can start from this branch: fix-cargo-audit
I push a change on spire-workload @Ruide has released a new version, 1.2.0, which is with the latest rustls
Can I merge this PR first? the audit error exited without my change, we can fix them in a separate PR.
Fixed actix-router and spire-workload version, since they had breaking changes.
:-) All checks passed. Could you help merge it? (I don't have write access) @w93163red
Spire-workload is done. Ruide has released a new version already
On Wed, Apr 20, 2022 at 19:26 Yu Ding @.***> wrote:
@w93163red https://github.com/w93163red i guess you mean "4.0.1". how about this: you create a branch and upgrade spire-workload and rustls, and then i'll help with actix. how do you think
— Reply to this email directly, view it on GitHub https://github.com/bytedance/keyhouse/pull/20#issuecomment-1104548952, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABXYLOHQZUYKHBKEMJXQLMLVGCHCFANCNFSM5LSGWULA . You are receiving this because you were mentioned.Message ID: @.***>
Added two simple test for creating DynamicConfig with valid and invalid file.