Skip to content

Commit

Permalink
build(deps): Bump thiserror from 2.0.4 to 2.0.11
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.4 to 2.0.11.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.4...2.0.11)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 18, 2025
1 parent 919b7d8 commit 721f8bb
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 deletions 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 robotica-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ anyhow = "1.0.94"
serde_yml = "0.0.10"
chrono = { version = "0.4.38", features = ["serde"] }
chrono-tz = "0.10.0"
thiserror = "2.0.4"
thiserror = "2.0.11"
color-backtrace = "0.6.1"
robotica-common = { path = "../robotica-common", features = ["websockets"] }
robotica-tokio = { path = "../robotica-tokio", features = ["websockets", "scheduler"] }
Expand Down
2 changes: 1 addition & 1 deletion robotica-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
chrono = { version = "0.4.38", optional = true, features = ["serde"] }
serde = { version = "1.0.215", features = ["derive", "rc"] }
thiserror = "2.0.4"
thiserror = "2.0.11"
serde_json = "1.0.133"
tracing = "0.1.41"
bytes = "1.9.0"
Expand Down
2 changes: 1 addition & 1 deletion robotica-freeswitch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ robotica-tokio = { path = "../robotica-tokio" }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde_yml = "0.0.10"
thiserror = "2.0.4"
thiserror = "2.0.11"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
tokio = { version = "1.42.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion robotica-frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gloo-timers = "0.3.0"
itertools = "0.13.0"
serde = "1.0.215"
serde_json = "1.0.133"
thiserror = "2.0.4"
thiserror = "2.0.11"
tracing = "0.1.41"
tracing-wasm = "0.2.1"
wasm-bindgen = "= 0.2.95"
Expand Down
2 changes: 1 addition & 1 deletion robotica-slint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde_yml = "0.0.10"
slint = "1.0.0"
thiserror = "2.0.4"
thiserror = "2.0.11"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
tokio = { version = "1.42.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion robotica-tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ anyhow = "1.0.94"
reqwest = { version = "0.12.5", features = ["json"] }
# serde_path_to_error = "0.1.11"
gethostname = "0.5.0"
thiserror = "2.0.4"
thiserror = "2.0.11"
chrono = "0.4.38"
lalrpop-util = { version = "0.22.0", features = ["lexer"] }
regex = "1.11.1"
Expand Down

0 comments on commit 721f8bb

Please sign in to comment.