Skip to content

Commit

Permalink
Merge pull request #7 from kaiyuanshe/dependabot/cargo/cli-74e928e5f0
Browse files Browse the repository at this point in the history
Bump the cli group across 1 directory with 8 updates
  • Loading branch information
Nliver authored Jan 12, 2025
2 parents bb9cdbd + 8dec4b9 commit 05d5918
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 39 deletions.
68 changes: 37 additions & 31 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ authors = ["Sergio Castaño Arteaga", "Cintia Sanchez Garcia"]
homepage = "https://github.com/cncf/landscape2"

[workspace.dependencies]
anyhow = "1.0.94"
anyhow = "1.0.95"
askama = { version = "0.12.1", features = ["serde-json"] }
askama_escape = { version = "0.10.3", features = ["json"] }
async-trait = "0.1.83"
async-trait = "0.1.85"
aws-config = "1.5.10"
aws-sdk-s3 = "1.65.0"
axum = "0.7.9"
base64 = "0.22.1"
cached = { version = "0.54.0", default-features = false, features = ["async", "proc_macro"] }
chrono = { version = "0.4.39", features = ["serde"] }
clap = { version = "4.5.23", features = ["derive"] }
clap = { version = "4.5.26", features = ["derive"] }
csv = "1.3.1"
deadpool = "0.12.1"
dirs = "5.0.1"
Expand Down Expand Up @@ -55,12 +55,12 @@ reqwest = { version = "0.12.9", features = ["json", "native-tls-vendored"] }
reqwest_octorust = { package = "reqwest", version = "0.11.14", default-features = false, features = ["json", "multipart"] }
reqwest-middleware = "0.2.5"
rust-embed = "8.5.0"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135"
serde-wasm-bindgen = "0.6.5"
serde_yaml = "0.9.34"
sha2 = "0.10.8"
tokio = { version = "1.42.0", features = [
tokio = { version = "1.43.0", features = [
"macros",
"process",
"rt-multi-thread",
Expand All @@ -69,15 +69,15 @@ tokio = { version = "1.42.0", features = [
] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
tower = "0.5.1"
tower = "0.5.2"
tower-http = { version = "0.6.2", features = ["fs", "set-header"] }
url = "2.5.4"
usvg = "0.37.0"
walkdir = "2.5.0"
wasm-bindgen = "0.2.99"
wasm-bindgen-futures = "0.4.49"
web-sys = { version = "0.3.76", features = ["console"] }
which = "7.0.0"
which = "7.0.1"

[profile.release]
lto = true
Expand Down

0 comments on commit 05d5918

Please sign in to comment.