Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Keksoj committed Sep 11, 2023
1 parent 02892b8 commit f0661a5
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 20 deletions.
55 changes: 38 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ time = "^0.3.25"
toml = "^0.7.6"
memchr = "^2.5.0"
mio = { version = "^0.8.8", features = ["os-poll", "net"] }
nix = "^0.26.2"
nix = { version = "^0.27.1", features = ["socket", "uio"] }
nom = "^7.1.3"
prost = "^0.11.9"
prost = "^0.12.0"
rand = "^0.8.5"
serde = { version = "^1.0.183", features = ["derive"] }
serde_json = "^1.0.104"
Expand All @@ -56,4 +56,4 @@ logs-trace = []
travis-ci = { repository = "sozu-proxy/sozu" }

[build-dependencies]
prost-build = { version = "^0.11.9" }
prost-build = { version = "^0.12.0" }

0 comments on commit f0661a5

Please sign in to comment.