diff --git a/contracts/Scarb.toml b/contracts/Scarb.toml index 3675941..cd692a5 100644 --- a/contracts/Scarb.toml +++ b/contracts/Scarb.toml @@ -3,7 +3,7 @@ name = "contracts" version = "0.1.0" [dependencies] -starknet = "2.8.2" +starknet = "2.8.3" snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.27.0" } openzeppelin = { git = "https://github.com/OpenZeppelin/cairo-contracts.git", tag = "v0.15.0" } diff --git a/contracts/scripts/Scarb.toml b/contracts/scripts/Scarb.toml index 5a81a7c..667493e 100644 --- a/contracts/scripts/Scarb.toml +++ b/contracts/scripts/Scarb.toml @@ -7,7 +7,7 @@ edition = "2023_11" [dependencies] sncast_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.31.0" } -starknet = "2.8.2" +starknet = "2.8.3" contracts = { path = "../" } [lib]