Skip to content

Commit dbbeee0

Browse files
authored
Merge branch 'main' into misc-changes-7
2 parents 8e83347 + 94826a8 commit dbbeee0

File tree

13 files changed

+76
-76
lines changed

13 files changed

+76
-76
lines changed

Cargo.lock

Lines changed: 52 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/RELEASE_POLICY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ v3.1 will be patched since were the last two Firecracker releases and less than
9292
| ------: | -----------: | -----------: | ------------------: | :------------------------------ |
9393
| v1.10 | 2024-11-07 | v1.10.1 | 2025-05-07 | Supported |
9494
| v1.9 | 2024-09-02 | v1.9.1 | 2025-03-02 | Supported |
95-
| v1.8 | 2024-07-10 | v1.8.0 | 2025-01-10 | Supported |
95+
| v1.8 | 2024-07-10 | v1.8.0 | 2025-01-10 | 2025-01-10 (end of 6mo support) |
9696
| v1.7 | 2024-03-18 | v1.7.0 | 2024-09-18 | 2024-09-18 (end of 6mo support) |
9797
| v1.6 | 2023-12-20 | v1.6.0 | 2024-06-20 | 2024-07-10 (v1.8 released) |
9898
| v1.5 | 2023-10-09 | v1.5.1 | 2024-04-09 | 2024-04-09 (end of 6mo support) |

src/acpi-tables/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88

99
[dependencies]
1010
displaydoc = "0.2.5"
11-
thiserror = "2.0.9"
11+
thiserror = "2.0.11"
1212
vm-memory = { version = "0.16.1", features = ["backend-mmap", "backend-bitmap"] }
1313
zerocopy = { version = "0.8.14", features = ["derive"] }
1414

src/clippy-tracing/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ name = "clippy-tracing"
1010
bench = false
1111

1212
[dependencies]
13-
clap = { version = "4.5.23", features = ["derive"] }
13+
clap = { version = "4.5.26", features = ["derive"] }
1414
itertools = "0.14.0"
15-
proc-macro2 = { version = "1.0.92", features = ["span-locations"] }
15+
proc-macro2 = { version = "1.0.93", features = ["span-locations"] }
1616
quote = "1.0.38"
17-
syn = { version = "2.0.95", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
17+
syn = { version = "2.0.96", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
1818
walkdir = "2.5.0"
1919

2020
[dev-dependencies]
21-
uuid = { version = "1.11.0", features = ["v4"] }
21+
uuid = { version = "1.11.1", features = ["v4"] }
2222

2323
[lints]
2424
workspace = true

0 commit comments

Comments
 (0)