From fb89fa0b5d6356ccc12067d00613b688c625301f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 22:25:04 +0000 Subject: [PATCH] Bump serde_with from 1.12.1 to 1.13.0 Bumps [serde_with](https://github.com/jonasbb/serde_with) from 1.12.1 to 1.13.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v1.12.1...v1.13.0) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- common/Cargo.toml | 2 +- gateway-sp-comms/Cargo.toml | 2 +- nexus/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ddc35f27e6..15f46dbe666 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4410,9 +4410,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "1.12.1" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "946fa04a8ac43ff78a1f4b811990afb9ddbdf5890b46d6dda0ba1998230138b7" +checksum = "b827f2113224f3f19a665136f006709194bdfdcb1fdc1e4b2b5cbac8e0cced54" dependencies = [ "rustversion", "serde", @@ -5188,9 +5188,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.18.1" +version = "1.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dce653fb475565de9f6fb0614b28bca8df2c430c0cf84bcd9c843f15de5414cc" +checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395" dependencies = [ "bytes", "libc", diff --git a/common/Cargo.toml b/common/Cargo.toml index 60ae13ba071..5bd21038db1 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -22,7 +22,7 @@ schemars = { version = "0.8", features = [ "chrono", "uuid" ] } serde = { version = "1.0", features = [ "derive" ] } serde_derive = "1.0" serde_json = "1.0" -serde_with = "1.12.1" +serde_with = "1.13.0" slog = { version = "2.5", features = [ "max_level_trace", "release_max_level_debug" ] } smf = "0.2" steno = { git = "https://github.com/oxidecomputer/steno", branch = "main" } diff --git a/gateway-sp-comms/Cargo.toml b/gateway-sp-comms/Cargo.toml index b85c3fd0bed..9ce621fad31 100644 --- a/gateway-sp-comms/Cargo.toml +++ b/gateway-sp-comms/Cargo.toml @@ -10,7 +10,7 @@ http = "0.2.7" hyper = "0.14.17" ringbuffer = "0.8" serde = { version = "1.0", features = ["derive"] } -serde_with = "1.12.0" +serde_with = "1.13.0" thiserror = "1.0.31" tokio-tungstenite = "0.17" tokio-stream = "0.1.8" diff --git a/nexus/Cargo.toml b/nexus/Cargo.toml index 9d5cba1c024..867ec5eea84 100644 --- a/nexus/Cargo.toml +++ b/nexus/Cargo.toml @@ -43,7 +43,7 @@ reqwest = { version = "0.11.8", features = [ "json" ] } ring = "0.16" serde_json = "1.0" serde_urlencoded = "0.7.1" -serde_with = "1.12.1" +serde_with = "1.13.0" sled-agent-client = { path = "../sled-agent-client" } slog-dtrace = "0.2" structopt = "0.3"