commit 136831e4f4c40b1776b5923a77da6477536addea
parent d3ccf61c2bcd23b1b06ca36d6dbb03d7ec2569fb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 12 Apr 2023 18:31:35 -0400
Update actix requirement from 0.11.0 to 0.13.0 in /sdk (#209)
(Note: Only used as part of our test infrastructure.)
Updates the requirements on [actix](https://github.com/actix/actix) to permit the latest version.
- [Release notes](https://github.com/actix/actix/releases)
- [Commits](https://github.com/actix/actix/compare/v0.11.0...actix-v0.13.0)
---
updated-dependencies:
- dependency-name: actix
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml
@@ -118,4 +118,4 @@ anyhow = "1.0.40"
wasm-bindgen-test = "0.3.31"
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
-actix = "0.11.0"
+actix = "0.13.0"