From 499b9e8674c9511c1e313c8baf3965fdbde04259 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Thu, 29 Feb 2024 14:06:14 -0500 Subject: [PATCH] Update to latest Rust SDK. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 53a6f0c..550753c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ publish = false debug = 1 [dependencies] -fastly = "0.9.8" +fastly = "0.9.11"