Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent 155897c commit d563ef7
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 39 deletions.
54 changes: 27 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion apps/handcraft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions libs/gesha-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion libs/handcraft/handcraft-models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion libs/handcraft/handcraft-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
2 changes: 1 addition & 1 deletion libs/openapi-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion libs/targets/gesha-rust-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"

[dependencies]
heck = "0.4.1"
indexmap = "2.1.0"
indexmap = "2.2.2"

0 comments on commit d563ef7

Please sign in to comment.