diff --git a/Cargo.lock b/Cargo.lock index 755ed67..2ab3441 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1080,9 +1080,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.105" +version = "1.0.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" +checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" dependencies = [ "itoa", "ryu", diff --git a/crates/anchor-idl/Cargo.toml b/crates/anchor-idl/Cargo.toml index 4fea4da..473d796 100644 --- a/crates/anchor-idl/Cargo.toml +++ b/crates/anchor-idl/Cargo.toml @@ -17,7 +17,7 @@ darling = "0.14" heck = "0.4.1" proc-macro2 = "1" quote = "1" -serde_json = "1.0.105" +serde_json = "1.0.108" syn = { version = "1", features = ["full"] } [dev-dependencies]