Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent d77d55f commit 71076d5
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 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 crates/curp-external-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ async-trait = "0.1.80"
engine = { path = "../engine" }
mockall = "0.12.1"
prost = "0.12.3"
serde = { version = "1.0.130", features = ["derive", "rc"] }
serde = { version = "1.0.199", features = ["derive", "rc"] }
thiserror = "1.0.58"
workspace-hack = { version = "0.1", path = "../../workspace-hack" }
2 changes: 1 addition & 1 deletion crates/curp-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ curp-external-api = { path = "../curp-external-api" }
engine = { path = "../engine" }
itertools = "0.11"
prost = "0.12.3"
serde = { version = "1.0.130", features = ["derive", "rc"] }
serde = { version = "1.0.199", features = ["derive", "rc"] }
thiserror = "1.0.58"
tokio = { version = "0.2.25", package = "madsim-tokio", features = [
"rt-multi-thread",
Expand Down
2 changes: 1 addition & 1 deletion crates/curp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ parking_lot = "0.12.1"
priority-queue = "2.0.2"
prost = "0.12.3"
rand = "0.8.5"
serde = { version = "1.0.130", features = ["derive", "rc"] }
serde = { version = "1.0.199", features = ["derive", "rc"] }
sha2 = "0.10.8"
thiserror = "1.0.58"
tokio = { version = "0.2.25", package = "madsim-tokio", features = [
Expand Down
2 changes: 1 addition & 1 deletion crates/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ clippy-utilities = "0.2.0"
opentelemetry = { version = "0.21.0", features = ["metrics"] }
parking_lot = "0.12.1"
rocksdb = { version = "0.22.0", features = ["multi-threaded-cf"] }
serde = { version = "1.0.152", features = ["derive"] }
serde = { version = "1.0.199", features = ["derive"] }
thiserror = "1.0.58"
tokio = { version = "0.2.25", package = "madsim-tokio", features = [
"fs",
Expand Down
2 changes: 1 addition & 1 deletion crates/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ parking_lot = { version = "0.12.1", optional = true }
pbkdf2 = { version = "0.12.2", features = ["simple"] }
petgraph = "0.6.4"
rand = "0.8.5"
serde = { version = "1.0.137", features = ["derive"] }
serde = { version = "1.0.199", features = ["derive"] }
thiserror = "1.0.58"
tokio = { version = "0.2.25", package = "madsim-tokio", features = [
"sync",
Expand Down
2 changes: 1 addition & 1 deletion crates/xline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pbkdf2 = { version = "0.12.2", features = ["simple"] }
priority-queue = "2.0.2"
prometheus = "0.13.3"
prost = "0.12.3"
serde = { version = "1.0.137", features = ["derive"] }
serde = { version = "1.0.199", features = ["derive"] }
sha2 = "0.10.6"
tokio = { version = "0.2.25", package = "madsim-tokio", features = [
"rt-multi-thread",
Expand Down
2 changes: 1 addition & 1 deletion crates/xlineapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ curp = { path = "../curp" }
curp-external-api = { path = "../curp-external-api" }
itertools = "0.11"
prost = "0.12.3"
serde = { version = "1.0.137", features = ["derive"] }
serde = { version = "1.0.199", features = ["derive"] }
thiserror = "1.0.58"
tonic = { version = "0.4.2", package = "madsim-tonic" }
utils = { path = "../utils", features = ["parking_lot"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/xlinectl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["Client", "CommandLine"]
anyhow = "1.0"
clap = "4"
regex = "1.10.4"
serde = { version = "1.0.137", features = ["derive"] }
serde = { version = "1.0.199", features = ["derive"] }
serde_json = "1.0.107"
shlex = "1.3.0"
tokio = "1"
Expand Down
2 changes: 1 addition & 1 deletion crates/xlineutl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anyhow = "1.0"
clap = "4"
crc32fast = "1.4.0"
engine = { path = "../engine" }
serde = { version = "1.0.137", features = ["derive"] }
serde = { version = "1.0.199", features = ["derive"] }
serde_json = "1.0.107"
tempfile = "3.10.1"
tokio = "1"
Expand Down

0 comments on commit 71076d5

Please sign in to comment.