Skip to content

Commit 7e0057f

Browse files
committed
Update to ambient-authority 0.0.2.
1 parent 24474e4 commit 7e0057f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cap-primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/bytecodealliance/cap-std"
1313
edition = "2018"
1414

1515
[dependencies]
16-
ambient-authority = "0.0.1"
16+
ambient-authority = "0.0.2"
1717
arbitrary = { version = "1.0.0", optional = true, features = ["derive"] }
1818
ipnet = "2.3.0"
1919
maybe-owned = "0.3.4"

cap-rand/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/bytecodealliance/cap-std"
1313
edition = "2018"
1414

1515
[dependencies]
16-
ambient-authority = "0.0.1"
16+
ambient-authority = "0.0.2"
1717
rand = "0.8.1"
1818

1919
[features]

0 commit comments

Comments
 (0)