Skip to content

Commit

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

---
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 Oct 23, 2023
1 parent 81fe875 commit d30dfa0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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 @@ -41,7 +41,7 @@ serde_json = "1.0.107"
serde_path_to_error = "0.1.14"
sha2 = "0.10.8"
subtle = "2.5.0"
thiserror = "1.0.49"
thiserror = "1.0.50"
time = { version = "0.3.30", features = ["serde", "serde-well-known"] }
tokio = { version = "1.33.0", features = ["full"] }
tracing = "0.1.39"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "src/main.rs"

[dependencies]
clap = { version = "4.4.6", features = ["derive", "env"] }
thiserror = "1.0.49"
thiserror = "1.0.50"
divviup-client = { path = "../client" }
trillium-rustls = "0.4.0"
trillium-tokio = "0.3.2"
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ base64 = "0.21.4"
email_address = "0.2.4"
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
thiserror = "1.0.49"
thiserror = "1.0.50"
trillium-client = { version = "0.4.5", features = ["json"] }
trillium-http = "0.3.3"
url = { version = "2.4.1", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-std = { version = "1", features = ["attributes", "tokio1"] }
clap = { version = "4.4.6", features = ["env", "derive"] }
sea-orm = "0.12.3"
serde_json = "1.0.107"
thiserror = "1.0.49"
thiserror = "1.0.50"
time = "0.3.30"
tracing = "0.1.39"
tracing-subscriber = "0.3.17"
Expand Down
2 changes: 1 addition & 1 deletion test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ trillium-testing = { version = "0.5.0", features = ["tokio"] }
divviup-api = { version = "*", path = ".." }
serde = "1.0.189"
serde_json = "1.0.107"
thiserror = "1.0.49"
thiserror = "1.0.50"
trillium-client = { version = "0.4.5", features = ["json"] }
trillium-http = "0.3.3"
trillium-rustls = "0.4.0"
Expand Down

0 comments on commit d30dfa0

Please sign in to comment.