From d563ef738036abff400d61ee9d8ee0dead144899 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 03:31:37 +0000 Subject: [PATCH] Update all non-major dependencies --- Cargo.lock | 54 +++++++++++----------- Cargo.toml | 6 +-- apps/handcraft/Cargo.toml | 2 +- docker-compose.yml | 2 +- libs/gesha-core/Cargo.toml | 6 +-- libs/handcraft/handcraft-models/Cargo.toml | 2 +- libs/handcraft/handcraft-server/Cargo.toml | 2 +- libs/openapi-types/Cargo.toml | 2 +- libs/targets/gesha-rust-types/Cargo.toml | 2 +- 9 files changed, 39 insertions(+), 39 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0aa0f9d0..f8774e63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "actix-http" -version = "3.5.1" +version = "3.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "129d4c88e98860e1758c5de288d1632b07970a16d59bdf7b8d66053d582bb71f" +checksum = "d223b13fd481fc0d1f83bb12659ae774d9e3601814c68a0bc539731698cca743" dependencies = [ "actix-codec", "actix-rt", @@ -170,9 +170,9 @@ dependencies = [ [[package]] name = "actix-web" -version = "4.4.1" +version = "4.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e43428f3bf11dee6d166b00ec2df4e3aa8cc1606aaa0b7433c146852e2f4e03b" +checksum = "43a6556ddebb638c2358714d853257ed226ece6023ef9364f23f0c70737ea984" dependencies = [ "actix-codec", "actix-http", @@ -503,16 +503,16 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.31" +version = "0.4.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" +checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb" dependencies = [ "android-tzdata", "iana-time-zone", "js-sys", "num-traits", "wasm-bindgen", - "windows-targets 0.48.0", + "windows-targets 0.52.0", ] [[package]] @@ -973,8 +973,8 @@ dependencies = [ "futures", "gesha-rust-types", "heck", - "indexmap 2.1.0", - "nu-ansi-term 0.49.0", + "indexmap 2.2.2", + "nu-ansi-term 0.50.0", "openapi-types", "opentelemetry", "opentelemetry-otlp", @@ -992,7 +992,7 @@ name = "gesha-rust-types" version = "0.1.0" dependencies = [ "heck", - "indexmap 2.1.0", + "indexmap 2.2.2", ] [[package]] @@ -1032,9 +1032,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "h2" -version = "0.3.21" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" +checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9" dependencies = [ "bytes", "fnv", @@ -1042,7 +1042,7 @@ dependencies = [ "futures-sink", "futures-util", "http", - "indexmap 1.9.3", + "indexmap 2.2.2", "slab", "tokio", "tokio-util", @@ -1249,9 +1249,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.1.0" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" +checksum = "824b2ae422412366ba479e8111fd301f7b5faece8149317bb81925979a53f520" dependencies = [ "equivalent", "hashbrown 0.14.1", @@ -1455,9 +1455,9 @@ dependencies = [ [[package]] name = "nu-ansi-term" -version = "0.49.0" +version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c073d3c1930d0751774acf49e66653acecb416c3a54c6ec095a9b11caddb5a68" +checksum = "dd2800e1520bdc966782168a627aa5d1ad92e33b984bf7c7615d31280c83ff14" dependencies = [ "windows-sys 0.48.0", ] @@ -1501,7 +1501,7 @@ name = "openapi-types" version = "0.0.1" dependencies = [ "heck", - "indexmap 2.1.0", + "indexmap 2.2.2", "yaml-rust", ] @@ -1513,7 +1513,7 @@ checksum = "1e32339a5dc40459130b3bd269e9892439f55b33e772d2a9d402a789baaf4e8a" dependencies = [ "futures-core", "futures-sink", - "indexmap 2.1.0", + "indexmap 2.2.2", "js-sys", "once_cell", "pin-project-lite", @@ -1897,18 +1897,18 @@ checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" [[package]] name = "serde" -version = "1.0.195" +version = "1.0.196" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02" +checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.195" +version = "1.0.196" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c" +checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67" dependencies = [ "proc-macro2", "quote", @@ -1917,9 +1917,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.111" +version = "1.0.113" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" +checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" dependencies = [ "itoa", "ryu", @@ -2147,9 +2147,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.35.1" +version = "1.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" +checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index c22d3b16..8456ecc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ async-trait = "0.1.77" clap = { version = "4.4.18", features = ["derive"] } opentelemetry = { version = "0.21.0", default-features = false, features = ["trace", "metrics"] } pretty_assertions = "1.4.0" -serde = { version = "1.0.195", features = ["derive"] } -serde_json = "1.0.111" -tokio = { version = "1.35.1", features = ["full"] } +serde = { version = "1.0.196", features = ["derive"] } +serde_json = "1.0.113" +tokio = { version = "1.36.0", features = ["full"] } tracing = "0.1" diff --git a/apps/handcraft/Cargo.toml b/apps/handcraft/Cargo.toml index 89e8a336..1c09eb50 100644 --- a/apps/handcraft/Cargo.toml +++ b/apps/handcraft/Cargo.toml @@ -17,6 +17,6 @@ path = "src/bin.rs" handcraft-server = { path = "../../libs/handcraft/handcraft-server" } handcraft-server-derive = { path = "../../libs/handcraft/handcraft-server-derive" } handcraft-models = { path = "../../libs/handcraft/handcraft-models" } -actix-web = "4.4.1" +actix-web = "4.5.1" async-trait = { workspace = true } futures-util = "0.3" diff --git a/docker-compose.yml b/docker-compose.yml index 46035385..72a4510b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: otel-collector: - image: otel/opentelemetry-collector-contrib:0.92.0 + image: otel/opentelemetry-collector-contrib:0.93.0 command: [ "--config=/etc/otel-collector-config.yaml" ] volumes: - ./otel-collector-config.yaml:/etc/otel-collector-config.yaml diff --git a/libs/gesha-core/Cargo.toml b/libs/gesha-core/Cargo.toml index e86daa1f..8c782660 100644 --- a/libs/gesha-core/Cargo.toml +++ b/libs/gesha-core/Cargo.toml @@ -9,12 +9,12 @@ edition = "2021" gesha-rust-types = { path = "../targets/gesha-rust-types" } openapi-types = { path = "../../libs/openapi-types" } -chrono = "0.4.31" +chrono = "0.4.33" console = "0.15.8" futures = "0.3" heck = "0.4.1" -indexmap = "2.1.0" -nu-ansi-term = "0.49.0" +indexmap = "2.2.2" +nu-ansi-term = "0.50.0" opentelemetry = { workspace = true } opentelemetry-otlp = { version = "0.14.0", features = ["metrics"] } opentelemetry_sdk = { version = "0.21.2", features = ["rt-tokio"] } diff --git a/libs/handcraft/handcraft-models/Cargo.toml b/libs/handcraft/handcraft-models/Cargo.toml index eb7f6114..88fa1346 100644 --- a/libs/handcraft/handcraft-models/Cargo.toml +++ b/libs/handcraft/handcraft-models/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -actix-web = "4.4.1" +actix-web = "4.5.1" actix-multipart = "0.6.1" futures-util = "0.3" serde = { workspace = true } diff --git a/libs/handcraft/handcraft-server/Cargo.toml b/libs/handcraft/handcraft-server/Cargo.toml index e1ab5df1..56ae6ef4 100644 --- a/libs/handcraft/handcraft-server/Cargo.toml +++ b/libs/handcraft/handcraft-server/Cargo.toml @@ -7,6 +7,6 @@ edition = "2018" [dependencies] handcraft-models = { path = "../handcraft-models" } -actix-web = "4.4.1" +actix-web = "4.5.1" async-trait = { workspace = true } serde = { workspace = true } diff --git a/libs/openapi-types/Cargo.toml b/libs/openapi-types/Cargo.toml index 9d2323f8..cd12e315 100644 --- a/libs/openapi-types/Cargo.toml +++ b/libs/openapi-types/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -indexmap = "2.1.0" +indexmap = "2.2.2" heck = "0.4.1" yaml-rust = "0.4.5" diff --git a/libs/targets/gesha-rust-types/Cargo.toml b/libs/targets/gesha-rust-types/Cargo.toml index 66e32bfd..4e2c6ce5 100644 --- a/libs/targets/gesha-rust-types/Cargo.toml +++ b/libs/targets/gesha-rust-types/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" [dependencies] heck = "0.4.1" -indexmap = "2.1.0" +indexmap = "2.2.2"