about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Woerister <michaelwoerister@posteo>2021-09-10 14:12:30 +0200
committerMichael Woerister <michaelwoerister@posteo>2021-09-17 15:57:57 +0200
commit4d151d92deaf86280b4c96cdc7c6f1a58927bd00 (patch)
tree89f2c0c2219027891f0b5615e89e7e687839bbb7
parent66cf8ea1afb099c4a18bf9a1526f499aeb4479b6 (diff)
downloadrust-4d151d92deaf86280b4c96cdc7c6f1a58927bd00.tar.gz
rust-4d151d92deaf86280b4c96cdc7c6f1a58927bd00.zip
Update odht to 0.2.1
-rw-r--r--Cargo.lock4
-rw-r--r--compiler/rustc_hir/Cargo.toml2
-rw-r--r--compiler/rustc_metadata/Cargo.toml2
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a03d542139b..e3c5340af35 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2323,9 +2323,9 @@ dependencies = [
 
 [[package]]
 name = "odht"
-version = "0.1.0"
+version = "0.2.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "91e547991b4135151428251dbff22e39ab0f766e0f37cc7d78c5343132be295f"
+checksum = "0b18a8d1c919d3e7b5c49708d08ef7d60bc2150a7c3a8244257c54ca3f625010"
 dependencies = [
  "cfg-if 1.0.0",
 ]
diff --git a/compiler/rustc_hir/Cargo.toml b/compiler/rustc_hir/Cargo.toml
index ee1b9544e02..ff6758e66df 100644
--- a/compiler/rustc_hir/Cargo.toml
+++ b/compiler/rustc_hir/Cargo.toml
@@ -17,4 +17,4 @@ rustc_serialize = { path = "../rustc_serialize" }
 rustc_ast = { path = "../rustc_ast" }
 tracing = "0.1"
 smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
-odht = { version = "0.1", features = ["nightly"] }
+odht = { version = "0.2.1", features = ["nightly"] }
diff --git a/compiler/rustc_metadata/Cargo.toml b/compiler/rustc_metadata/Cargo.toml
index b45320c7e8a..42596f3318d 100644
--- a/compiler/rustc_metadata/Cargo.toml
+++ b/compiler/rustc_metadata/Cargo.toml
@@ -8,7 +8,7 @@ doctest = false
 
 [dependencies]
 libc = "0.2"
-odht = { version = "0.1", features = ["nightly"] }
+odht = { version = "0.2.1", features = ["nightly"] }
 snap = "1"
 tracing = "0.1"
 smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }