From 7e0057fea801d0f08c30e6ea6bd332218d1f8ade Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 7 Apr 2023 16:29:33 -0700 Subject: [PATCH] Update to ambient-authority 0.0.2. --- cap-primitives/Cargo.toml | 2 +- cap-rand/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cap-primitives/Cargo.toml b/cap-primitives/Cargo.toml index 6a5409a9..24fa1b5f 100644 --- a/cap-primitives/Cargo.toml +++ b/cap-primitives/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/bytecodealliance/cap-std" edition = "2018" [dependencies] -ambient-authority = "0.0.1" +ambient-authority = "0.0.2" arbitrary = { version = "1.0.0", optional = true, features = ["derive"] } ipnet = "2.3.0" maybe-owned = "0.3.4" diff --git a/cap-rand/Cargo.toml b/cap-rand/Cargo.toml index 16d1331f..561fb07c 100644 --- a/cap-rand/Cargo.toml +++ b/cap-rand/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/bytecodealliance/cap-std" edition = "2018" [dependencies] -ambient-authority = "0.0.1" +ambient-authority = "0.0.2" rand = "0.8.1" [features]