Skip to content

Commit

Permalink
Bump serde from 1.0.215 to 1.0.216
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.215 to 1.0.216.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.215...v1.0.216)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 1cb135d commit 6fc79ef
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion fxprof-processed-profile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
[dependencies]
bitflags = "2.5"
serde_json = "1.0"
serde = "1.0.204"
serde = "1.0.216"
serde_derive = "1.0.188"
debugid = "0.8.0"
fxhash = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion gecko_profile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"

[dependencies]
serde_json = "1.0"
serde = "1.0.204"
serde = "1.0.216"
serde_derive = "1.0.188"
debugid = "0.8.0"

Expand Down
2 changes: 1 addition & 1 deletion samply-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ send_futures = ["samply-symbols/send_futures"]
[dependencies]
samply-symbols = { version = "0.23.0", path = "../samply-symbols" }
thiserror = "2"
serde = "1.0.204"
serde = "1.0.216"
serde_derive = "1.0.188"
serde_json = "1"
yaxpeax-arch = { version = "0.3", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion samply/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ opener = { version = "0.7", default-features = false }
rand = "0.8.4"
nix-base32 = "0.2.0"
serde_derive = "1.0.137"
serde = "1.0.204"
serde = "1.0.216"
wholesym = { version = "0.7.0", path = "../wholesym", features = ["api"]}
platform-dirs = "0.3"
once_cell = "1.17"
Expand Down

0 comments on commit 6fc79ef

Please sign in to comment.