Bump rustls-webpki in /examples/rust/sequential_functions

Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.100.1 to 0.100.2.
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](https://github.com/rustls/webpki/compare/v/0.100.1...v/0.100.2)

---
updated-dependencies:
- dependency-name: rustls-webpki
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/examples/rust/sequential_functions/Cargo.lock b/examples/rust/sequential_functions/Cargo.lock
index db3ce3d..113b67f 100644
--- a/examples/rust/sequential_functions/Cargo.lock
+++ b/examples/rust/sequential_functions/Cargo.lock
@@ -872,9 +872,9 @@
 
 [[package]]
 name = "rustls-webpki"
-version = "0.100.1"
+version = "0.100.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b"
+checksum = "e98ff011474fa39949b7e5c0428f9b4937eda7da7848bbb947786b7be0b27dab"
 dependencies = [
  "ring",
  "untrusted",
@@ -1096,7 +1096,7 @@
  "percent-encoding",
  "rustls",
  "rustls-pemfile",
- "rustls-webpki 0.100.1",
+ "rustls-webpki 0.100.2",
  "serde",
  "serde_json",
  "sgx_types",
@@ -1160,6 +1160,7 @@
  "serde",
  "serde_json",
  "sgx_types",
+ "teaclave_config",
  "teaclave_crypto",
  "teaclave_types",
  "tonic",
@@ -1175,7 +1176,7 @@
  "anyhow",
  "log",
  "rustls",
- "rustls-webpki 0.100.1",
+ "rustls-webpki 0.100.2",
  "teaclave_attestation",
  "teaclave_types",
  "tonic",
@@ -1583,7 +1584,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338"
 dependencies = [
- "rustls-webpki 0.100.1",
+ "rustls-webpki 0.100.2",
 ]
 
 [[package]]