Skip to content

Commit 5b2b6ef

Browse files
chore: bump alloy-core crates (#809)
1 parent 1a16d5f commit 5b2b6ef

2 files changed

Lines changed: 38 additions & 49 deletions

File tree

Cargo.lock

Lines changed: 35 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ aes08 = { package = "aes", version = "=0.8.4", features = ["zeroize"] } # AES 0
101101
aes-gcm = { version = "=0.10.3", features = ["std", "zeroize"] } # AES-GCM authenticated encryption - LOW RISK: RustCrypto org, 62M+ downloads
102102
aes-gcm-siv = "=0.11.1" # AES-GCM-SIV authenticated encryption - LOW RISK: RustCrypto org, nonce misuse resistant, 9M+ downloads
103103
aes-prng = "=0.2.1" # AES-based PRNG for deterministic randomness - LOW RISK: Maintained by @mortendahl (Zama) and Dragos (ex Zama)
104-
alloy-dyn-abi = "=1.6.0" # Ethereum ABI encoding - LOW RISK: Alloy/Paradigm team, reputable, growing ecosystem
105-
alloy-primitives = "=1.6.0" # Ethereum primitives - LOW RISK: Alloy/Paradigm team
104+
alloy-dyn-abi = "=1.7.1" # Ethereum ABI encoding - LOW RISK: Alloy/Paradigm team, reputable, growing ecosystem
105+
alloy-primitives = "=1.7.1" # Ethereum primitives - LOW RISK: Alloy/Paradigm team
106106
alloy-signer = "=1.8.3" # Ethereum signing abstraction - LOW RISK: Alloy/Paradigm team
107107
alloy-signer-local = "=1.8.3" # Local Ethereum signer - LOW RISK: Alloy/Paradigm team
108-
alloy-sol-types = "=1.6.0" # Solidity types & EIP-712 - LOW RISK: Alloy/Paradigm team
108+
alloy-sol-types = "=1.7.1" # Solidity types & EIP-712 - LOW RISK: Alloy/Paradigm team
109109
anyhow = "=1.0.102" # Error handling - MEDIUM RISK: Reputable individual maintainer (dtolnay), 410M downloads
110110
assert_cmd = "=2.2.2" # Assert command for testing - LOW RISK: assert-rs team, 1M+ downloads
111111
async-std = { version = "=1.13.2", features = ["attributes", "tokio1"] } # Async runtime for testing - LOW RISK: async-rs team, 55M+ downloads

0 commit comments

Comments
 (0)