Skip to content

Commit

Permalink
Bump serde_json from 1.0.115 to 1.0.116
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.115 to 1.0.116.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.115...v1.0.116)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 9fdb5ec commit c79ebb5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samply-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand All @@ -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"
2 changes: 1 addition & 1 deletion samply/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tools/query_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c79ebb5

Please sign in to comment.