You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Point upgrade tokio to address advisory (vectordotdev#10103)
Our tokio version was previously 1.13.0 which had an advisory regarding a panic
in oneshot, per tokio-rs/tokio#4225. This problem is
corrected in 1.13.1, which this commit bumps us to.
Signed-off-by: Brian L. Troutwine <brian@troutwine.us>