Skip to content

Commit

Permalink
Update Rust crate anyhow to 1.0.90
Browse files Browse the repository at this point in the history
  • Loading branch information
sqlynx-renovate[bot] authored and ankoh committed Oct 20, 2024
1 parent f26bb37 commit ca4fdf8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions packages/sqlynx-compute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ console_error_panic_hook = "0.1.7"
log = "0.4.22"
chrono = { version = "0.4.38", features = ["wasmbind"] }
getrandom = { version = "0.2.15", features = ["js"] }
anyhow = "1.0.89"
anyhow = "1.0.90"

prost = "0.13.3"

Expand Down Expand Up @@ -46,7 +46,7 @@ pretty_assertions = "1.4.1"
indoc = "2.0.5"

[build-dependencies]
anyhow = "1.0.89"
anyhow = "1.0.90"
regex = "1.11.0"
prost-build = "0.13.3"

Expand Down
2 changes: 1 addition & 1 deletion packages/sqlynx-native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = "0.12.3"
features = []

[dependencies]
anyhow = "1.0.89"
anyhow = "1.0.90"
byteorder = "1.5.0"
serde_json = "1.0.128"
tauri-plugin-updater = "2.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/sqlynx-pack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tauri-plugin-updater = "2.0.2"
[dependencies]
futures = "0.3.31"
chrono = "0.4.38"
anyhow = "1.0.89"
anyhow = "1.0.90"
semver = "1.0.23"
aws-sdk-s3 = "1.56.0"
aws-credential-types = "1.2.1"
Expand Down

0 comments on commit ca4fdf8

Please sign in to comment.