Bump deps (#207)

* Bump deps

* derive `Eq` as well: `PartialEq, Eq`
This commit is contained in:
Dave Gallant
2022-09-30 08:09:12 -07:00
committed by GitHub
parent 6b9f553a9d
commit 55d3359b37
2 changed files with 229 additions and 230 deletions

457
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -42,7 +42,7 @@ pub struct Config {
pub sendgrid: SendgridConfig,
}
#[derive(Debug, Deserialize, PartialEq)]
#[derive(Debug, Deserialize, PartialEq, Eq)]
pub struct ConfigFile {
pub expressions: Vec<String>,
}