Skip to content

Commit

Permalink
Bump thiserror from 1.0.64 to 1.0.66 in /common (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 3, 2024
1 parent 5128165 commit dd2c360
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions common/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 common/ferrostar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rand = "0.8.5"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = { version = "1.0.128", default-features = false }
serde-wasm-bindgen = { version = "0.6.5", optional = true }
thiserror = "1.0.64"
thiserror = "1.0.66"
uniffi = { workspace = true, optional = true }
uuid = { version = "1.10.0", features = ["v4", "serde"] }
getrandom = { version = "0.2.15", optional = true }
Expand Down

0 comments on commit dd2c360

Please sign in to comment.