From a0bdecba586f8c7bed528b0444cdbfc58dffcbde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 15:51:47 +0000 Subject: [PATCH] Bump chrono from 0.4.19 to 0.4.20 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.19 to 0.4.20. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.19...v0.4.20) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++++--- oximeter/db/Cargo.toml | 2 +- oximeter/oximeter/Cargo.toml | 2 +- oximeter/producer/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29c9b29d6bb..72b013f7fe1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -443,15 +443,16 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.19" +version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" +checksum = "6127248204b9aba09a362f6c930ef6a78f2c1b2215f8a7b398c06e1083f17af0" dependencies = [ - "libc", + "js-sys", "num-integer", "num-traits", "serde", "time 0.1.44", + "wasm-bindgen", "winapi", ] diff --git a/oximeter/db/Cargo.toml b/oximeter/db/Cargo.toml index b5d637356c6..e8e13adcec2 100644 --- a/oximeter/db/Cargo.toml +++ b/oximeter/db/Cargo.toml @@ -9,7 +9,7 @@ license = "MPL-2.0" anyhow = "1.0" async-trait = "0.1.53" bytes = { version = "1.2.1", features = [ "serde" ] } -chrono = { version = "0.4.19", features = [ "serde" ] } +chrono = { version = "0.4.20", features = [ "serde" ] } clap = { version = "3.2", features = ["derive"] } dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] } oximeter = { path = "../oximeter" } diff --git a/oximeter/oximeter/Cargo.toml b/oximeter/oximeter/Cargo.toml index cc4b939eba7..dfe7ec062bd 100644 --- a/oximeter/oximeter/Cargo.toml +++ b/oximeter/oximeter/Cargo.toml @@ -7,7 +7,7 @@ license = "MPL-2.0" [dependencies] bytes = { version = "1.2.1", features = [ "serde" ] } -chrono = { version = "0.4.19", features = [ "serde" ] } +chrono = { version = "0.4.20", features = [ "serde" ] } num-traits = "0.2.15" oximeter-macro-impl = { path = "../oximeter-macro-impl" } schemars = { version = "0.8.10", features = [ "uuid1", "bytes", "chrono" ] } diff --git a/oximeter/producer/Cargo.toml b/oximeter/producer/Cargo.toml index ad7967921d3..dc687ab601b 100644 --- a/oximeter/producer/Cargo.toml +++ b/oximeter/producer/Cargo.toml @@ -6,7 +6,7 @@ description = "Crate for producing metric data to be collected by the Oxide cont license = "MPL-2.0" [dependencies] -chrono = { version = "0.4.19", features = [ "serde" ] } +chrono = { version = "0.4.20", features = [ "serde" ] } dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ]} nexus-client = { path = "../../nexus-client" } omicron-common = { path = "../../common" }