diff --git a/Cargo.toml b/Cargo.toml index f7f67a401f..989c09f328 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ elliptic-curve = { version = "0.12.2", features = [ "arithmetic", "pem" ] } lazy_static = "1.4.0" oci-distribution = { version = "0.9", default-features = false, optional = true } olpc-cjson = "0.1" -openidconnect = { version = "2.3", default-features = false, features = [ "reqwest" ], optional = true} +openidconnect = { version = "3.0", default-features = false, features = [ "reqwest" ], optional = true} p256 = "0.12" p384 = "0.12" webbrowser = "0.8.4"