Skip to content

Commit

Permalink
Update All dependencies (patch only)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2022
1 parent c96d6ba commit c6dcb7b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ repository = "https://github.com/stackabletech/operator-rs"

[dependencies]
chrono = { version = "0.4.22", default-features = false }
clap = { version = "3.2.17", features = ["derive", "cargo", "env"] }
const_format = "0.2.26"
clap = { version = "3.2.22", features = ["derive", "cargo", "env"] }
const_format = "0.2.30"
either = "1.8.0"
futures = "0.3.23"
futures = "0.3.24"
json-patch = "0.2.6"
k8s-openapi = { version = "0.15.0", default-features = false, features = ["schemars", "v1_24"] }
kube = { version = "0.74.0", features = ["jsonpatch", "runtime", "derive"] }
lazy_static = "1.4.0"
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.4.0" }
rand = "0.8.5"
regex = "1.6.0"
schemars = "0.8.10"
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"
serde_yaml = "0.9.10"
schemars = "0.8.11"
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.86"
serde_yaml = "0.9.13"
strum = { version = "0.24.1", features = ["derive"] }
thiserror = "1.0.32"
tokio = { version = "1.21.1", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }
thiserror = "1.0.37"
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
derivative = "2.2.0"
tracing-opentelemetry = "0.17.4"
opentelemetry = { version = "0.17.0", features = ["rt-tokio"] }
Expand Down
4 changes: 2 additions & 2 deletions stackable-operator-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ proc-macro = true

[dependencies]
darling = "0.14.1"
proc-macro2 = "1.0.43"
proc-macro2 = "1.0.46"
quote = "1.0.21"
syn = "1.0.99"
syn = "1.0.102"

[dev-dependencies]
stackable-operator = { path = ".." }

0 comments on commit c6dcb7b

Please sign in to comment.