mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-30 05:41:01 -05:00
update some Rust dependencies
I didn't go to quite the latest version of everything, in an effort to minimize duplicates in the cargo tree.
This commit is contained in:
@@ -10,3 +10,7 @@ pub mod time;
|
||||
pub mod tracing_setup;
|
||||
|
||||
pub use crate::error::{Error, ErrorBuilder, ErrorKind, ResultExt};
|
||||
|
||||
pub use ahash::RandomState;
|
||||
pub type FastHashMap<K, V> = std::collections::HashMap<K, V, ahash::RandomState>;
|
||||
pub type FastHashSet<K> = std::collections::HashSet<K, ahash::RandomState>;
|
||||
|
||||
Reference in New Issue
Block a user