diff --git a/src/integration/Cargo.toml b/src/integration/Cargo.toml index 3fa87caa..9da9b8fd 100644 --- a/src/integration/Cargo.toml +++ b/src/integration/Cargo.toml @@ -23,5 +23,5 @@ qos_core = { path = "../qos_core", features = ["mock"], default-features = false borsh = { version = "0.10" } aws-nitro-enclaves-nsm-api = { version = "0.3", default-features = false } rand = "0.8" -ureq = { version = "2.8", features = ["json"], default-features = false } +ureq = { version = "2.9", features = ["json"], default-features = false } serde = { version = "1", features = ["derive"] }