diff --git a/src/bin/cli/init.rs b/src/bin/cli/init.rs index 1ac50c8..ecd7b8b 100644 --- a/src/bin/cli/init.rs +++ b/src/bin/cli/init.rs @@ -210,12 +210,12 @@ pub fn init(args: InitArgs) -> Result<(), Box> { // See https://github.com/coral-xyz/anchor/pull/2756/files // Can also remove here when Anchor release that fix cargo["dependencies"]["ahash"] = - Item::Value(Value::String(Formatted::new("=0.8.6".to_string()))); + Item::Value(Value::String(Formatted::new("=0.8.9".to_string()))); let mut pyth = InlineTable::new(); pyth.insert( "version", - Value::String(Formatted::new("0.8.0".to_string())), + Value::String(Formatted::new("0.10.2".to_string())), ); pyth.insert("optional", Value::Boolean(Formatted::new(true))); cargo["dependencies"]["pyth-sdk-solana"] = Item::Value(Value::InlineTable(pyth));