Skip to content

Commit

Permalink
cargo: updated dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: aserowy <serowy@hotmail.com>
  • Loading branch information
aserowy committed Feb 19, 2024
1 parent adf137b commit 1b17c89
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion y1337-frontend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use std::{
};

use notify::{RecursiveMode, Watcher};
use tokio::{time, process::Command};
use tokio::{process::Command, time};

use crate::{
error::AppError,
Expand Down

0 comments on commit 1b17c89

Please sign in to comment.