diff --git a/Cargo.toml b/Cargo.toml index 1a5537d..62c5934 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ alloy-transport = { version = "1", default-features = false } nitrogen-circle-message-transmitter-v2-encoder = { git = "https://github.com/CarteraMesh/nitrogen.git", branch = "main" } nitrogen-circle-token-messenger-minter-v2-encoder = { git = "https://github.com/CarteraMesh/nitrogen.git", branch = "main" } nitrogen-instruction-builder = { git = "https://github.com/CarteraMesh/nitrogen.git", branch = "main" } -reqwest = { version = "0.12", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } serde = { version = "1", features = ["derive"] } serde_json = "1" solana-keypair = "2"