diff --git a/Cargo.lock b/Cargo.lock index ebe4a16a..e31ff9eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1803,9 +1803,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.115" +version = "1.0.116" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" +checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813" dependencies = [ "itoa", "ryu", diff --git a/samply-api/Cargo.toml b/samply-api/Cargo.toml index 30c54e3d..73781042 100644 --- a/samply-api/Cargo.toml +++ b/samply-api/Cargo.toml @@ -18,7 +18,7 @@ samply-symbols = { version = "0.22.0", path = "../samply-symbols" } thiserror = "1.0.58" serde = "1.0.197" serde_derive = "1.0.188" -serde_json = "1.0.115" +serde_json = "1.0.116" yaxpeax-arch = { version = "0.2.7", default-features = false } yaxpeax-x86 = { version = "1.1.4", default-features = false, features = ["std", "fmt"] } yaxpeax-arm = { version = "0.2.5", default-features = false, features = ["std"] } @@ -28,4 +28,4 @@ memmap2 = "0.9.4" anyhow = "1.0.81" futures = "0.3.5" assert-json-diff = "2.0.1" -serde_json = "1.0.115" +serde_json = "1.0.116" diff --git a/samply/Cargo.toml b/samply/Cargo.toml index 811b5c01..43b18621 100644 --- a/samply/Cargo.toml +++ b/samply/Cargo.toml @@ -28,7 +28,7 @@ byteorder = "1.4.3" debugid = "0.8.0" memchr = "2.7.2" memmap2 = "0.9.4" -serde_json = "1.0.115" +serde_json = "1.0.116" thiserror = "1.0.58" uuid = "1.8.0" percent-encoding = "2.1.0" diff --git a/tools/query_api/Cargo.toml b/tools/query_api/Cargo.toml index 36bd7291..6c76156a 100644 --- a/tools/query_api/Cargo.toml +++ b/tools/query_api/Cargo.toml @@ -12,4 +12,4 @@ clap = { version = "4", features = ["derive"] } memmap2 = "0.9.4" anyhow = "1.0.81" futures = "0.3.5" -serde_json = "1.0.115" +serde_json = "1.0.116"