Skip to content

Commit

Permalink
Bump thiserror from 1.0.60 to 1.0.61 (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 30, 2024
1 parent d59de46 commit 8538b4b
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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ figlet-rs = "0.1.5"
iggy = { path = "../sdk", features = ["iggy-cli"] }
keyring = "2.3.3"
passterm = "2.0.1"
thiserror = "1.0.60"
thiserror = "1.0.61"
tokio = { version = "1.37.0", features = ["full"] }
tracing = "0.1.37"
tracing-appender = "0.2.2"
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ serde = { version = "1.0.202", features = ["derive", "rc"] }
serde_json = "1.0.117"
serde_with = { version = "3.8.1", features = ["base64"] }
strum = { version = "0.26.2", features = ["derive"] }
thiserror = "1.0.60"
thiserror = "1.0.61"
tokio = { version = "1.37.0", features = ["full"] }
tokio-native-tls = "0.3.1"
toml = "0.8.13"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sled = "0.34.7"
static-toml = "1.2.0"
strip-ansi-escapes = "0.2.0"
sysinfo = "0.30.12"
thiserror = "1.0.60"
thiserror = "1.0.61"
tokio = { version = "1.37.0", features = ["full"] }
tokio-native-tls = "0.3.1"
toml = "0.8.13"
Expand Down

0 comments on commit 8538b4b

Please sign in to comment.