Skip to content

Commit

Permalink
[deps] Platform: Update Rust crate anyhow to v1.0.95
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 0619ef5 commit 9b7058b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/desktop/desktop_native/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 apps/desktop/desktop_native/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sys = [

[dependencies]
aes = "=0.8.4"
anyhow = "=1.0.94"
anyhow = "=1.0.95"
arboard = { version = "=3.4.1", default-features = false, features = [
"wayland-data-control",
] }
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/desktop_native/napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ manual_test = []
[dependencies]
base64 = "=0.22.1"
hex = "=0.4.3"
anyhow = "=1.0.94"
anyhow = "=1.0.95"
desktop_core = { path = "../core" }
napi = { version = "=2.16.13", features = ["async"] }
napi-derive = "=2.16.13"
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/desktop_native/objc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
default = []

[dependencies]
anyhow = "=1.0.94"
anyhow = "=1.0.95"
thiserror = "=1.0.69"
tokio = "1.39.1"

Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/desktop_native/proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.0.0"
publish = false

[dependencies]
anyhow = "=1.0.94"
anyhow = "=1.0.95"
desktop_core = { path = "../core", default-features = false }
futures = "=0.3.31"
log = "=0.4.22"
Expand Down

0 comments on commit 9b7058b

Please sign in to comment.