diff --git a/Cargo.lock b/Cargo.lock index f5ea1e5..5a7bafd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -64,9 +64,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.60" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c794e162a5eff65c72ef524dfe393eb923c354e350bb78b9c7383df13f3bc142" +checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" [[package]] name = "ascii_utils" diff --git a/cibus_bin/Cargo.toml b/cibus_bin/Cargo.toml index 94ce0ce..2fae2eb 100644 --- a/cibus_bin/Cargo.toml +++ b/cibus_bin/Cargo.toml @@ -11,7 +11,7 @@ axum = "0.5.13" tokio = {version="1.20.1", features=["full"]} uuid = {version="1.1.2", features=["v4", "fast-rng"]} sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "postgres", "migrate"] } -anyhow = "1.0.60" +anyhow = "1.0.66" dotenv = "0.15.0" tracing = "0.1.36" tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }