Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Oct 18, 2024
1 parent 1f53a1a commit e5de1b2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
21 changes: 11 additions & 10 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 cdn-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Contains the common protocol definition and common code for the b
[build-dependencies]
rcgen.workspace = true
rustls-pki-types = { version = "1", default-features = false }
capnpc = "0.19"
capnpc = "0.20"

[features]
metrics = ["dep:prometheus"]
Expand All @@ -26,7 +26,7 @@ harness = false


[dependencies]
redis = { version = "0.25", default-features = false, features = [
redis = { version = "0.27", default-features = false, features = [
"connection-manager",
"tokio-comp",
] }
Expand All @@ -44,7 +44,7 @@ lazy_static = { workspace = true }

tokio = { workspace = true }

capnp = "0.19"
capnp = "0.20"
thiserror = "1"
quinn = { version = "0.11", default-features = false, features = [
"rustls",
Expand Down

0 comments on commit e5de1b2

Please sign in to comment.