Skip to content

Commit

Permalink
fix(deps): update rust crate rustls to v0.23.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent dba5aec commit 1c7a3d3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ clap-markdown = "0.1.4"
dashmap = "6.0.1"
futures = "0.3.30"
futures-core = "0.3.30"
iter_tools = "0.24.0"
iter_tools = "0.21.0"
itertools = "0.13.0"
lazy_static = "1.4.0"
num_cpus = "1.16.0"
Expand Down Expand Up @@ -91,7 +91,7 @@ tracing = { version = "0.1.40", features = ["log"] }
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
ulid = "1.1.2"
unleash-types = { version = "0.14", features = ["openapi", "hashes"] }
unleash-yggdrasil = { version = "0.14.0" }
unleash-yggdrasil = { version = "0.13.3" }
utoipa = { version = "5", features = ["actix_extras", "chrono"] }
utoipa-swagger-ui = { version = "8", features = ["actix-web"] }
[dev-dependencies]
Expand Down

0 comments on commit 1c7a3d3

Please sign in to comment.