mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-12 05:07:40 +02:00
Some small fixes and updates
- Updated workflows to use new checkout version This probably fixes the curl download for hadolint also. - Updated crates including Rocket to the latest rc3 :party: - Applied 2 nightly clippy lints to prevent future clippy issues.
This commit is contained in:
@ -635,7 +635,7 @@ where
|
||||
if tries >= max_tries {
|
||||
return err;
|
||||
}
|
||||
Handle::current().block_on(async move { sleep(Duration::from_millis(500)).await });
|
||||
Handle::current().block_on(sleep(Duration::from_millis(500)));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user