Skip to content

Commit

Permalink
Update Rust crate anyhow to 1.0.95
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent 5b2b742 commit 36a0d29
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/abacus/Cargo.lock

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

2 changes: 1 addition & 1 deletion src/abacus/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
publish = false

[dependencies]
anyhow = { version = "1.0.94", default-features = false, features = ["std"] }
anyhow = { version = "1.0.95", default-features = false, features = ["std"] }
async-trait = "0.1.83"
axum = { version = "0.7.9", default-features = false, features = ["multipart"] }
base64 = "0.22.1"
Expand Down
4 changes: 2 additions & 2 deletions src/x/Cargo.lock

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

2 changes: 1 addition & 1 deletion src/x/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = { version = "1.0.94", default-features = false }
anyhow = { version = "1.0.95", default-features = false }
clap = { version = "4.5.23", default-features = false, features = ["std", "cargo", "color", "deprecated", "env", "error-context", "help", "string", "suggestions", "unicode", "usage"] }
env_logger = { version = "0.11.5", default-features = false }
log = { version = "0.4.22", default-features = false }

0 comments on commit 36a0d29

Please sign in to comment.