summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-11-27 16:44:52 +0100
committerLaurenz <laurmaedje@gmail.com>2023-11-27 16:44:52 +0100
commit18a5e2eb12e6a0c1eed42a1b84852036029f0e7f (patch)
treec8f68e1665967dae496ab71167af7dd3fb3df0cf /Cargo.toml
parent613456cc6172dfddb63d42ecc829ec5b0d754610 (diff)
Bump comemo and siphasher
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 357dc7ef..90411c1e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,7 @@ clap = { version = "4.4", features = ["derive", "env"] }
clap_complete = "4.2.1"
clap_mangen = "0.2.10"
codespan-reporting = "0.11"
-comemo = "0.3"
+comemo = "0.3.1"
csv = "1"
dirs = "5"
ecow = { version = "0.2", features = ["serde"] }
@@ -86,7 +86,7 @@ semver = "1"
serde = { version = "1.0.184", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.9"
-siphasher = "0.3"
+siphasher = "1"
smallvec = { version = "1.11.1", features = ["union", "const_generics", "const_new"] }
stacker = "0.1.15"
subsetter = "0.1.1"