Skip to content

Commit

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

---
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 and mstange committed Feb 26, 2024
1 parent bb0bb2a commit dc12dba
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.0"
serde_json = "1.0"
serde = "1.0.188"
serde = "1.0.197"
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.188"
serde = "1.0.197"
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.21.0", path = "../samply-symbols" }
thiserror = "1.0.57"
serde = "1.0.188"
serde = "1.0.197"
serde_derive = "1.0.188"
serde_json = "1.0.64"
yaxpeax-arch = { version = "0.2.7", 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 = "0.6.1"
rand = "0.8.4"
nix-base32 = "0.1.1"
serde_derive = "1.0.137"
serde = "1.0.137"
serde = "1.0.197"
wholesym = { version = "0.4.0", path = "../wholesym", features = ["api"]}
dirs = "5.0.0"
once_cell = "1.17"
Expand Down

0 comments on commit dc12dba

Please sign in to comment.