Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 12, 2024
1 parent e23ab31 commit f199495
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ rskafka = { git = "https://github.com/f1shl3gs/rskafka", rev = "d48e59787305614f
smallvec = { version = "1.13.2", default-features = false, optional = true }
snap = { version = "1.1.1", default-features = false, optional = true }
sqlx = { version = "0.7.4", default-features = false, optional = true, features = ["mysql", "runtime-tokio-rustls", "macros"] }
thiserror = { version = "1.0.61" }
thiserror = { version = "1.0.62" }
tonic = { version = "0.11.0", default-features = false, features = ["transport"], optional = true }
tonic-health = { version = "0.11.0", default-features = false, optional = true }
typetag = { version = "0.2.16" }
Expand Down
2 changes: 1 addition & 1 deletion lib/buffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ parking_lot = { version = "0.12.3", default-features = false }
prost = { version = "0.12.6", default-features = false }
serde = { version = "1.0.204", default-features = false, features = ["derive"] }
bytesize = { path = "../bytesize" }
thiserror = { version = "1.0.61" }
thiserror = { version = "1.0.62" }
tokio = { version = "1.38.0", default-features = false, features = ["rt", "macros", "rt-multi-thread", "time", "fs", "io-util"] }
tokio-util = { version = "0.7.11", default-features = false }
tracing = { version = "0.1.40", default-features = false, features = ["attributes"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ serde_json = { version = "1.0.120", default-features = false }
serde_yaml = { version = "0.9.34", default-features = false }
snap = { version = "1.1.1", default-features = false }
socket2 = { version = "0.5.7", default-features = false }
thiserror = { version = "1.0.61" }
thiserror = { version = "1.0.62" }
tokio = { version = "1.38.0", default-features = false, features = ["time", "net", "signal", "fs", "rt-multi-thread"] }
tokio-rustls = { version = "0.24.1", default-features = false }
tokio-stream = { version = "0.1.15", default-features = false, features = ["net", "sync"] }
Expand Down

0 comments on commit f199495

Please sign in to comment.