Skip to content

Commit

Permalink
chore(update): bump serde from 1.0.160 to 1.0.162 (#122)
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.160 to 1.0.162.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.160...1.0.162)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 10, 2023
1 parent a0b7c7e commit 6e842e9
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 controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tiny_http = "0.12.0"
chrono = "0.4"
colored = "2"
route-recognizer = "0.3.0"
serde = { version = "1.0.126", features = ["derive"] }
serde = { version = "1.0.162", features = ["derive"] }
serde_json = "1.0.64"
names = "0.14.0"
tonic = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Alexandre Burgoni <alexandre.burgoni@etu.umontpellier.fr>"]
edition = "2021"

[dependencies]
serde = { version = "1.0.126", features = ["derive"] }
serde = { version = "1.0.162", features = ["derive"] }
prost.workspace = true
tonic.workspace = true
protobuf.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion riklet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tonic.workspace = true
prost.workspace = true
tokio = { version = "1", features = ["full"] }
futures-util = "0.3.15"
serde = { version = "1.0.152", features = ["derive"] }
serde = { version = "1.0.162", features = ["derive"] }
tokio-stream = "0.1.6"
async-trait = "0.1.50"
libc="0.2.142"
Expand Down
2 changes: 1 addition & 1 deletion scheduler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env_logger = "0.10.0"
log = "0.4.14"
rand = "0.8.4"
clap = "2.33.3"
serde = "1.0.126"
serde = "1.0.162"
serde_json = "1.0.64"

# Instrumentation
Expand Down

0 comments on commit 6e842e9

Please sign in to comment.