diff --git a/Cargo.lock b/Cargo.lock index 0453c6ee..edf34580 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3013,7 +3013,7 @@ dependencies = [ "futures", "hex", "hyper", - "indexmap 1.9.3", + "indexmap 2.0.2", "jsonwebtoken", "lazy_static", "lettre", diff --git a/Cargo.toml b/Cargo.toml index 7612d3ed..a5067dd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ fern = "0" futures = "0" hex = "0" hyper = "0" -indexmap = "1" +indexmap = "2" jsonwebtoken = "8" lazy_static = "1.4.0" lettre = { version = "0", features = ["builder", "smtp-transport", "tokio1", "tokio1-native-tls", "tokio1-rustls-tls"] }