🏡 index : ~doyle/gitlab-cargo-shim.git

author Jordan Doyle <jordan@doyle.la> 2022-07-04 20:17:09.0 +00:00:00
committer GitHub <noreply@github.com> 2022-07-04 20:17:09.0 +00:00:00
commit
6c8cb880f3b6d5a2029298fe6bd08a339b15aec6 [patch]
tree
6ea1fa39d62bb9a17228cfef156b6e130312783d
parent
3d00c79fc88057d1164b75559e7c998e780dad72
parent
88072a4e26075c470c2428ed9dcbb86e6607d88c
download
6c8cb880f3b6d5a2029298fe6bd08a339b15aec6.tar.gz

Merge pull request #13 from w4/dependabot/cargo/indexmap-1.9.1

Bump indexmap from 1.8.0 to 1.9.1

Diff

 Cargo.lock | 8 ++++----
 Cargo.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index d9db415..89a5f9e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -631,9 +631,9 @@ dependencies = [

[[package]]
name = "hashbrown"
version = "0.11.2"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"

[[package]]
name = "heck"
@@ -750,9 +750,9 @@ dependencies = [

[[package]]
name = "indexmap"
version = "1.8.0"
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
dependencies = [
 "autocfg",
 "hashbrown",
diff --git a/Cargo.toml b/Cargo.toml
index ddc805d..26171d0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ flate2 = "1.0"
futures = "0.3"
hex = "0.4"
itoa = "1.0"
indexmap = "1.8"
indexmap = "1.9"
indoc = "1.0"
parse_link_header = "0.3"
parking_lot = "0.12"