From e1ff628c1a2438c865c5a976acde000c173c30c5 Mon Sep 17 00:00:00 2001 From: Artturin Date: Thu, 10 Nov 2022 07:50:10 +0200 Subject: [PATCH] run 'cargo upgrade' --- Cargo.lock | 4 ++-- ofborg-simple-build/Cargo.toml | 2 +- ofborg/Cargo.toml | 24 ++++++++++++------------ 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ebe703..3f927ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1223,9 +1223,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" +checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a" dependencies = [ "aho-corasick", "memchr", diff --git a/ofborg-simple-build/Cargo.toml b/ofborg-simple-build/Cargo.toml index b1bb6b6..1ba50eb 100644 --- a/ofborg-simple-build/Cargo.toml +++ b/ofborg-simple-build/Cargo.toml @@ -7,4 +7,4 @@ edition = "2018" [dependencies] ofborg = { path = "../ofborg" } -log = "0.3.8" +log = "0.3.9" diff --git a/ofborg/Cargo.toml b/ofborg/Cargo.toml index 64e402e..2f32732 100644 --- a/ofborg/Cargo.toml +++ b/ofborg/Cargo.toml @@ -7,25 +7,25 @@ edition = "2018" [dependencies] async-std = { version = "=1.6.0", features = ["unstable"] } -chrono = "0.4.6" -either = "1.4.0" -fs2 = "0.4.2" -futures-util = "0.3.21" +chrono = "0.4.22" +either = "1.8.0" +fs2 = "0.4.3" +futures-util = "0.3.25" hubcaps = { git = "https://github.com/grahamc/hubcaps.git" } #hubcaps = { path = "../../../grahamc/hubcaps/" } # for testing patches hyper = "0.10.*" hyper-native-tls = "0.3.0" -lapin = "1.0.0" -lru-cache = "0.1.1" -md5 = "0.3.5" -nom = "4.0.0-beta3" -regex = "1.5.4" +lapin = "1.10.0" +lru-cache = "0.1.2" +md5 = "0.3.8" +nom = "4.2.3" +regex = "1.7.0" separator = "0.4.1" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" -sys-info = "0.5.6" +sys-info = "0.5.10" tempfile = "2.2.0" -tracing = "0.1.13" -tracing-subscriber = { version = "0.2.5", features = ["json"] } +tracing = "0.1.37" +tracing-subscriber = { version = "0.2.25", features = ["json"] } uuid = { version = "0.4", features = ["v4"] }