diff --git a/Cargo.lock b/Cargo.lock index 6e41ea19c..c836ad288 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -393,9 +393,9 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" [[package]] name = "async-trait" -version = "0.1.82" +version = "0.1.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1" +checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" dependencies = [ "proc-macro2", "quote", @@ -761,9 +761,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.1.21" +version = "1.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07b1695e2c7e8fc85310cde85aeaab7e3097f593c91d209d3f9df76c928100f0" +checksum = "9540e661f81799159abee814118cc139a2004b3a3aa3ea37724a1b66530b90e0" dependencies = [ "jobserver", "libc", diff --git a/Cargo.toml b/Cargo.toml index 274f79a71..1fdd1d722 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ alloy = { git = "https://github.com/alloy-rs/alloy", rev = "bfd0fda" } anstyle = "1.0.8" anyhow = "1.0.86" arrayref = "0.3.8" -async-trait = "0.1.81" +async-trait = "0.1.83" axum = "=0.7.5" backtrace = "0.3.73" bincode = "1.3.3"