Skip to content

Commit

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

---
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] committed May 7, 2024
1 parent 2ce0b4f commit f9cd8a5
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 Cargo.toml
Expand Up @@ -25,7 +25,7 @@ cipher = { version = "*", features = ["block-padding"] }
eyre = "0.6.12"
regex = "1.10.4"
itertools = "0.12.0"
serde = { version = "1.0.199", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
bytemuck = "1.14.3"
serde_with = { version = "3.8.1", features = ["base64", "hex"] }
Expand Down
2 changes: 1 addition & 1 deletion certifier/Cargo.toml
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
axum = "0.7.5"
serde = { version = "1.0.199", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
tokio = { version = "1.37", features = [
"rt-multi-thread",
"macros",
Expand Down
2 changes: 1 addition & 1 deletion profiler/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ libc = "0.2.154"
post-rs = { path = "../" }
rand = "0.8.5"
rayon = "1.10.0"
serde = { version = "1.0.199", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"

windows = { version = "0.56", features = [
Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Expand Up @@ -26,7 +26,7 @@ hex = "0.4.3"
mockall = "0.12.1"
sysinfo = "0.30.11"
axum = "0.7.5"
serde = { version = "1.0.199", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
range-set = "0.0.11"
serde_with = { version = "3.8.1", features = ["hex"] }
serde_json = "1.0.116"
Expand Down

0 comments on commit f9cd8a5

Please sign in to comment.