diff --git a/core/Cargo.toml b/core/Cargo.toml index 55b3962b9363..da5907c4b4a1 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -50,7 +50,7 @@ log = "0.4" mea = "0.6" quick-xml = { version = "0.38", default-features = false } rand = "0.8" -reqsign = { version = "0.16.5", default-features = false } +reqsign = { version = "0.18.1", default-features = false } serde = { version = "1", default-features = false } serde_json = "1" sha2 = "0.10"