wadm
wadm copied to clipboard
deps(async-nats): upgrade to 0.36
Feature or Problem
This PR upgrades to async-nats 0.36, which will stay in draft until wasmcloud-control-interface 1.1.0 is released
Related Issues
Release Information
Consumer Impact
Testing
Unit Test(s)
Acceptance or Integration
Manual Verification
Currently failing on likely a breaking change updating to 0.36 https://github.com/nats-io/nats.rs/releases/tag/async-nats%2Fv0.36.0, which shouldn't be an issue I just need to pull out the stream message instead of deserializing the bytes directly
https://github.com/nats-io/nats.rs/pull/1292
edit: Yep this was it! So instead of base64 decoding some bytes and then deserializing, now we can just deserialize. Whee
Done in #431