diff --git a/Cargo.lock b/Cargo.lock index 8526b71..3c40002 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3188,9 +3188,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.48.0" +version = "1.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" +checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" dependencies = [ "bytes", "libc", diff --git a/example9/Cargo.toml b/example9/Cargo.toml index 9585d7e..a0a97c7 100644 --- a/example9/Cargo.toml +++ b/example9/Cargo.toml @@ -11,7 +11,7 @@ aws-sdk-secretsmanager = "1.94.0" aws-types = "1.3.10" aws-smithy-xml = "^0.60.12" xmlparser = "0.13.3" -tokio = { version = "1.21.2", features = ["full"] } +tokio = { version = "1.49.0", features = ["full"] } serde = { version = "1", features = ["derive"] } serde_json = "1" serde_yaml = "0.9"