Skip to content

Commit

Permalink
Bump quinn from 0.11.4 to 0.11.5 (#1214)
Browse files Browse the repository at this point in the history
Bumps quinn from 0.11.4 to 0.11.5.
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 331dd3b commit f6fff5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ keyring = { version = "3.2.0", optional = true, features = ["sync-secret-service
lazy_static = "1.4.0"
openssl = { version = "0.10.64", features = ["vendored"] }
passterm = { version = "2.0.1", optional = true }
quinn = { version = "0.11.1" }
quinn = { version = "0.11.5" }
regex = "1.10.4"
reqwest = { version = "0.12.7", features = ["json"] }
reqwest-middleware = { version = "0.3.2", features = ["json"] }
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jsonwebtoken = "9.3.0"
log = "0.4.20"
moka = { version = "0.12.5", features = ["future"] }
prometheus-client = "0.22.2"
quinn = { version = "0.11.1" }
quinn = { version = "0.11.5" }
rcgen = "0.13.1"
ring = "0.17.8"
rmp-serde = "1.3.0"
Expand Down

0 comments on commit f6fff5a

Please sign in to comment.