mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 17:20:49 +00:00
Update lots of dependencies
This commit is contained in:
parent
59551f1f6a
commit
3a9a252a1d
8 changed files with 370 additions and 395 deletions
|
@ -45,7 +45,7 @@ impl ToQuery for (&'static str, String) {
|
|||
|
||||
impl ToQuery for (&'static str, DateTime<Utc>) {
|
||||
fn to_query(&self) -> Vec<(&'static str, String)> {
|
||||
vec![(self.0, format!("{}", self.1.date().format("%Y-%m-%d")))]
|
||||
vec![(self.0, format!("{}", self.1.format("%Y-%m-%d")))]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue