Loading aws/rust-runtime/aws-config/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ async-trait = "0.1.51" env_logger = "0.9.0" # used for fuzzing profile parsing arbitrary = "1.0.2" arbitrary = "=1.1.3" # 1.1.4 requires Rust 1.63 to compile # used for test case deserialization serde = { version = "1", features = ["derive"] } Loading rust-runtime/aws-smithy-eventstream/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ repository = "https://github.com/awslabs/smithy-rs" derive-arbitrary = ["arbitrary"] [dependencies] arbitrary = { version = "1", optional = true, features = ["derive"] } arbitrary = { version = "=1.1.3", optional = true, features = ["derive"] } # 1.1.4 requires Rust 1.63 to compile aws-smithy-types = { path = "../aws-smithy-types" } bytes = "1" crc32fast = "1.3" Loading rust-runtime/aws-smithy-eventstream/fuzz/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ edition = "2021" cargo-fuzz = true [dependencies] arbitrary = { version = "1", features = ["derive"] } arbitrary = { version = "=1.1.3", optional = true, features = ["derive"] } # 1.1.4 requires Rust 1.63 to compile aws-smithy-types = { path = "../../aws-smithy-types" } bytes = "1" crc32fast = "1" Loading Loading
aws/rust-runtime/aws-config/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ async-trait = "0.1.51" env_logger = "0.9.0" # used for fuzzing profile parsing arbitrary = "1.0.2" arbitrary = "=1.1.3" # 1.1.4 requires Rust 1.63 to compile # used for test case deserialization serde = { version = "1", features = ["derive"] } Loading
rust-runtime/aws-smithy-eventstream/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ repository = "https://github.com/awslabs/smithy-rs" derive-arbitrary = ["arbitrary"] [dependencies] arbitrary = { version = "1", optional = true, features = ["derive"] } arbitrary = { version = "=1.1.3", optional = true, features = ["derive"] } # 1.1.4 requires Rust 1.63 to compile aws-smithy-types = { path = "../aws-smithy-types" } bytes = "1" crc32fast = "1.3" Loading
rust-runtime/aws-smithy-eventstream/fuzz/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ edition = "2021" cargo-fuzz = true [dependencies] arbitrary = { version = "1", features = ["derive"] } arbitrary = { version = "=1.1.3", optional = true, features = ["derive"] } # 1.1.4 requires Rust 1.63 to compile aws-smithy-types = { path = "../../aws-smithy-types" } bytes = "1" crc32fast = "1" Loading