mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-08-15 21:47:45 +03:00
Update crates and some Clippy fixes (#4475)
- Updated all crates including reqwest - Fixed some clippy lints reported by nightly Rust
This commit is contained in:
+1
-1
@@ -520,7 +520,7 @@ pub fn container_base_image() -> &'static str {
|
||||
use std::fmt;
|
||||
|
||||
use serde::de::{self, DeserializeOwned, Deserializer, MapAccess, SeqAccess, Visitor};
|
||||
use serde_json::{self, Value};
|
||||
use serde_json::Value;
|
||||
|
||||
pub type JsonMap = serde_json::Map<String, Value>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user