This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

⬆️ Update Rust crate notify-rust to 4.12.0 (#153)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

+3 -3
+2 -2
Cargo.lock
··· 2001 2001 2002 2002 [[package]] 2003 2003 name = "notify-rust" 2004 - version = "4.11.7" 2004 + version = "4.12.0" 2005 2005 source = "registry+https://github.com/rust-lang/crates.io-index" 2006 - checksum = "6442248665a5aa2514e794af3b39661a8e73033b1cc5e59899e1276117ee4400" 2006 + checksum = "21af20a1b50be5ac5861f74af1a863da53a11c38684d9818d82f1c42f7fdc6c2" 2007 2007 dependencies = [ 2008 2008 "futures-lite", 2009 2009 "log",
+1 -1
Cargo.toml
··· 94 94 axum = { version = "0.8.8", optional = true, features = ["json"] } 95 95 vgv = { git = "https://github.com/gwennlbh/vgvf", version = "0.1.0", optional = true } 96 96 serde-aux = "4.7.0" 97 - notify-rust = { version = "4.11.7", optional = true } 97 + notify-rust = { version = "4.12.0", optional = true } 98 98 tokio = { version = "1.49.0", optional = true } 99 99 easing-function = { version = "0.1.1", optional = true } 100 100 quick-xml = "0.39.0"