diff --git a/Cargo.lock b/Cargo.lock index a1edf0c4..9fd5d74d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -975,8 +975,8 @@ dependencies = [ [[package]] name = "dropshot-verified-body" -version = "0.2.0" -source = "git+https://github.com/oxidecomputer/dropshot-verified-body?rev=0b124eeb0f52db783a44d395a41425a1f9b709b7#0b124eeb0f52db783a44d395a41425a1f9b709b7" +version = "0.2.1" +source = "git+https://github.com/oxidecomputer/dropshot-verified-body?rev=29bad7c9328262ac7b4b8625c305d5cb60513485#29bad7c9328262ac7b4b8625c305d5cb60513485" dependencies = [ "async-trait", "digest 0.11.3", diff --git a/Cargo.toml b/Cargo.toml index daaac5a9..9f04d035 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ diesel = { version = "2.3.9", features = ["postgres"] } diesel_migrations = { version = "2.3.2" } dirs = "6.0.0" dropshot = "0.17" -dropshot-verified-body = { git = "https://github.com/oxidecomputer/dropshot-verified-body", rev = "0b124eeb0f52db783a44d395a41425a1f9b709b7" } +dropshot-verified-body = { git = "https://github.com/oxidecomputer/dropshot-verified-body", rev = "29bad7c9328262ac7b4b8625c305d5cb60513485" } futures = "0.3.32" google-drive3 = { version = "7.0.0", default-features = false, features = ["yup-oauth2-service-account", "aws-lc-rs"] } google-storage1 = "7.0.0"