Skip to content

Commit

Permalink
bump dependencies for 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Keksoj committed Nov 20, 2024
1 parent 9ee85fe commit 863dc9b
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 30 deletions.
74 changes: 47 additions & 27 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 bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde_json = "^1.0.128"
prost = "^0.13.3"
tempfile = "^3.13.0"
termion = "^4.0.3"
thiserror = "^1.0.64"
thiserror = "^2.0.3"

sozu-command-lib = { path = "../command", version = "^1.0.5" }
sozu-lib = { path = "../lib", version = "^1.0.5" }
Expand Down
2 changes: 1 addition & 1 deletion command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ trailer = "^0.1.2"
prettytable-rs = { version = "^0.10.0", default-features = false }
pool = "^0.1.4"
poule = "^0.3.2"
thiserror = "^1.0.64"
thiserror = "^2.0.3"
x509-parser = "^0.16.0"

[features]
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ rusty_ulid = "^2.0.0"
sha2 = "^0.10.8"
slab = "^0.4.9"
socket2 = { version = "^0.5.7", features = ["all"] }
thiserror = "^1.0.64"
thiserror = "^2.0.3"
time = "^0.3.36"

sozu-command-lib = { path = "../command", version = "^1.0.5" }
Expand Down

0 comments on commit 863dc9b

Please sign in to comment.