Update dependency filesize to v10.1.1 #116

Merged
pierre merged 3 commits from renovate/filesize-10.x-lockfile into master 2024-03-22 10:38:14 +00:00
Showing only changes of commit c4ce37208f - Show all commits

View File

@ -7,7 +7,7 @@ use std::cell::RefCell;
use std::time::Duration; use std::time::Duration;
thread_local! { thread_local! {
static REDIS_CONNECTION: RefCell<Option<redis::Client>> = RefCell::new(None); static REDIS_CONNECTION: RefCell<Option<redis::Client>> = const { RefCell::new(None) };
} }
/// Execute a request on Redis /// Execute a request on Redis