Skip to content

Commit

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

---
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 Jul 7, 2023
1 parent 0ba0852 commit e75d1e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions crates/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 crates/driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde_json = "1.0.100"
walkdir = "2.3.3"
futures = "0.3.28"
sha2 = { version = "0.10.7", features = ["asm"] }
thiserror = "1.0.41"
thiserror = "1.0.43"
lazy_static = "1.4.0"
ignore = "0.4.18"
rustpython-parser = { git = "https://github.com/RustPython/RustPython.git", rev = "b9ed63ed326e4ab9c97d808271ddc1d7ca05fda7"}
Expand Down
2 changes: 1 addition & 1 deletion crates/python_extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde_json = "1.0.100"
walkdir = "2.3.3"
futures = "0.3.28"
sha2 = { version = "0.10.7", features = ["asm"] }
thiserror = "1.0.41"
thiserror = "1.0.43"
lazy_static = "1.4.0"
ignore = "0.4.18"
rustpython-parser = { git = "https://github.com/RustPython/RustPython.git", rev = "b9ed63ed326e4ab9c97d808271ddc1d7ca05fda7"}
Expand Down

0 comments on commit e75d1e9

Please sign in to comment.