diff --git a/Cargo.lock b/Cargo.lock index 6f0d23d7e77..8bf4e4cfb35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -708,9 +708,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "indexmap" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c" +checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5" dependencies = [ "equivalent", "hashbrown", @@ -913,7 +913,7 @@ dependencies = [ [[package]] name = "micro_http" version = "0.1.0" -source = "git+https://github.com/firecracker-microvm/micro-http#ef43cef7162a55a6790d528a5e76b4fe2da22de0" +source = "git+https://github.com/firecracker-microvm/micro-http#8182cd5523b63ceb52ad9d0e7eb6fb95683e6d1b" dependencies = [ "libc", "vmm-sys-util", @@ -1296,9 +1296,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "syn" -version = "2.0.76" +version = "2.0.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525" +checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed" dependencies = [ "proc-macro2", "quote", diff --git a/src/clippy-tracing/Cargo.toml b/src/clippy-tracing/Cargo.toml index 9d6d4c9bdb0..6132f1fcf2d 100644 --- a/src/clippy-tracing/Cargo.toml +++ b/src/clippy-tracing/Cargo.toml @@ -14,7 +14,7 @@ clap = { version = "4.5.16", features = ["derive"] } itertools = "0.13.0" proc-macro2 = { version = "1.0.86", features = ["span-locations"] } quote = "1.0.37" -syn = { version = "2.0.76", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] } +syn = { version = "2.0.77", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] } walkdir = "2.5.0" [dev-dependencies] diff --git a/src/log-instrument-macros/Cargo.toml b/src/log-instrument-macros/Cargo.toml index 9d81edbdae1..cc144beb64a 100644 --- a/src/log-instrument-macros/Cargo.toml +++ b/src/log-instrument-macros/Cargo.toml @@ -13,7 +13,7 @@ bench = false [dependencies] proc-macro2 = "1.0.86" quote = "1.0.37" -syn = { version = "2.0.76", features = ["full", "extra-traits"] } +syn = { version = "2.0.77", features = ["full", "extra-traits"] } [lints] workspace = true