ChrisMacNaughton / vault-rs

https://docs.rs/hashicorp_vault
61 stars 27 forks source link

Implements request for vault-rs #18

Closed ChrisMacNaughton closed 7 years ago

compressed commented 7 years ago

@ChrisMacNaughton saw your commit pain earlier :/ I think I tracked this down to this issue: https://github.com/travis-ci/travis-ci/issues/7131

We need to add dist: trusty to the .travis.yml.

ChrisMacNaughton commented 7 years ago

Thanks for digging that up!

cholcombe973 commented 7 years ago

woot!

ChrisMacNaughton commented 7 years ago

Can anybody using this try this branch to ensure that it works? I'm nervous about ripping apart the lower levels of this without additional confirmation :)

compressed commented 7 years ago

I would like to, but I'm also using some crates that haven't yet updated. Hopefully those will be getting upgraded within the next week or two also.

compressed commented 7 years ago

Oh also, we can probably update the chrono dependency to 0.3. Could be done as a separate PR.

ChrisMacNaughton commented 7 years ago

I don't mind bumping a dependency in here :)

cholcombe973 commented 7 years ago

I'll try and give this a spin today and see what happens