diff options
| author | 2025-01-22 15:31:52 -0600 | |
|---|---|---|
| committer | 2025-01-22 15:31:52 -0600 | |
| commit | 08dba4588e93ce338cf01d740bf0923a4f46ade8 (patch) | |
| tree | f8888fe3eed524330e247669a516b0b206f375ec /Cargo.lock | |
| parent | wip: jre download stuff (diff) | |
more jre download stuff
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2040,12 +2040,13 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.7.0" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" +checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" dependencies = [ "equivalent", "hashbrown 0.15.2", + "serde", ] [[package]] @@ -2478,6 +2479,7 @@ dependencies = [ "chrono", "const_format", "futures", + "indexmap", "lazy_static", "log", "regex", |
