diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-01-30 13:25:57 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-01-30 13:25:57 +0100 |
| commit | 2d32e51d863c4fcdaeed060fc52e8a90ae753072 (patch) | |
| tree | 2e1b29879977e220e73a9453729245ee5dff755b | |
| parent | cc24cea10123d4de65f155051d2e8b554cb718fd (diff) | |
| parent | 2c26139bbcff3afef42e746f9c8fb61d7daae9b4 (diff) | |
| download | rust-2d32e51d863c4fcdaeed060fc52e8a90ae753072.tar.gz rust-2d32e51d863c4fcdaeed060fc52e8a90ae753072.zip | |
Sync from rust a00e130dae74a213338e2b095ec855156d8f3d8a
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index bd36a485993..c2ff2643192 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,9 +169,9 @@ checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" [[package]] name = "indexmap" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5" +checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223" dependencies = [ "autocfg", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index 879c1256e9d..91f74269ea1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ gimli = { version = "0.26.0", default-features = false, features = ["write"]} object = { version = "0.27.0", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] } ar = { git = "https://github.com/bjorn3/rust-ar.git", branch = "do_not_remove_cg_clif_ranlib" } -indexmap = "1.0.2" +indexmap = "1.8.0" libloading = { version = "0.6.0", optional = true } smallvec = "1.6.1" |
