Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 8caee82 commit 70bc92b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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 libs/htmlparser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ flagset = "0.4.6"
htmltokenizer = { path = "../htmltokenizer" }
logging = { path = "../logging" }
phf = { version = "0.11.2", features = ["macros"] }
thiserror = "2.0.6"
thiserror = "2.0.7"
unicase = "2.8.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion libs/htmltokenizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version.workspace = true
[dependencies]
bytes = "1.9.0"
logging = { path = "../logging" }
thiserror = "2.0.6"
thiserror = "2.0.7"

[dev-dependencies]
anyhow = "1.0.94"
Expand Down
2 changes: 1 addition & 1 deletion libs/jsparser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ indexmap = "2.7.0"
logging = { path = "../../libs/logging" }
phf = { version = "0.11.2", features = ["macros"] }
smallvec = "1.13.2"
thiserror = "2.0.6"
thiserror = "2.0.7"
unicode-id-start = "1.3.1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion libs/jsruntime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ logging = { path = "../logging" }
paste = "1.0.15"
rustc-hash = "2.1.0"
static_assertions = "1.1.0"
thiserror = "2.0.6"
thiserror = "2.0.7"

[build-dependencies]
cbindgen = { git = "https://github.com/masnagam/cbindgen.git", branch = "fix-issue-43" }
Expand Down

0 comments on commit 70bc92b

Please sign in to comment.