Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Nov 27, 2024
1 parent eddf335 commit 9dcb795
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ axum-range = "0.4"
axum-server = { version = "0.7", features = ["tls-rustls-no-provider"] }
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4", features = ["derive", "env", "wrap_help"] }
conflate = "0.3.2"
conflate = "0.3.3"
displaydoc = "0.2"
# enum_dispatch = "0.3.12"
futures = "0.3"
Expand Down Expand Up @@ -79,7 +79,7 @@ version = "0.8.1"
# features = ["gimli-backtrace"]

[dependencies.rustls]
version = "0.23.16"
version = "0.23.17"
features = ["logging", "std", "ring", "tls12"]
default-features = false

Expand All @@ -90,7 +90,7 @@ assert_cmd = "2"
base64 = "0.22"
dircmp = "0.2"
insta = { version = "1", features = ["redactions", "toml"] }
once_cell = "1.2"
once_cell = "1.20"
predicates = "3.1.2"
pretty_assertions = "1"
rstest = "0.23"
Expand Down

0 comments on commit 9dcb795

Please sign in to comment.