Skip to content

Commit

Permalink
Merge pull request #2166 from containers/dependabot/cargo/serde-1.0.200
Browse files Browse the repository at this point in the history
build(deps): bump serde from 1.0.199 to 1.0.200
  • Loading branch information
saschagrunert authored May 6, 2024
2 parents 9ef4c45 + 5756cc3 commit fc9fb04
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 conmon-rs/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ capnp-rpc = "0.19.0"
conmon-common = { path = "../common" }
futures = "0.3.30"
log = { version = "0.4.21", features = ["serde", "std"] }
serde = { version = "1.0.199", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
tokio = { version = "1.37.0", features = ["fs", "macros", "net", "process", "rt", "signal", "time"] }
tokio-util = { version = "0.7.10", features = ["compat"] }
2 changes: 1 addition & 1 deletion conmon-rs/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ opentelemetry-semantic-conventions = "0.14.0"
prctl = "1.0.0"
regex = "1.10.4"
sendfd = { version = "0.4.3", features = ["tokio"] }
serde = { version = "1.0.199", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
shadow-rs = "0.27.1"
signal-hook = "0.3.17"
Expand Down

0 comments on commit fc9fb04

Please sign in to comment.