Compare commits

1 Commits

Author SHA1 Message Date
40892c6e45 Add renovate.json 2026-01-08 01:46:30 +00:00
3 changed files with 17 additions and 4 deletions

14
Cargo.lock generated
View File

@@ -120,7 +120,7 @@ dependencies = [
[[package]]
name = "noprocess"
version = "0.0.2"
version = "0.0.1"
dependencies = [
"anyhow",
"rand",
@@ -320,6 +320,18 @@ dependencies = [
"libc",
]
[[package]]
name = "simple"
version = "0.1.0"
dependencies = [
"anyhow",
"noprocess",
"tokio",
"tokio-util",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "smallvec"
version = "1.10.0"

View File

@@ -153,9 +153,7 @@ impl Inner {
return Ok(None);
};
if handle.is_running() {
handle.stop().await?;
}
handle.stop().await?;
Ok(None)
}

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}