Skip to content

Commit

Permalink
chore: update dependencies 16.04.2024
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Apr 16, 2024
1 parent fe6a2a1 commit a876cd5
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 111 deletions.
163 changes: 55 additions & 108 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 @@ -64,7 +64,7 @@ async-compression = { version = "0.4", default-features = false, optional = true
bcrypt = { version = "0.15", optional = true }
bytes = "1.5"
chrono = { version = "0.4", default-features = false, features = ["std", "clock"], optional = true }
clap = { version = "4.4", features = ["derive", "env"] }
clap = { version = "4.5", features = ["derive", "env"] }
form_urlencoded = "1.2"
futures-util = { version = "0.3", default-features = false }
globset = { version = "0.4", features = ["serde1"] }
Expand All @@ -79,7 +79,7 @@ num_cpus = { version = "1.16" }
percent-encoding = "2.3"
pin-project = "1.1"
regex = "1.10"
rustls-pemfile = { version = "2.0", optional = true }
rustls-pemfile = { version = "2.1", optional = true }
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_ignored = "0.1"
serde_repr = "0.1"
Expand All @@ -100,7 +100,7 @@ tokio-metrics-collector = { version = "0.2", optional = true }
prometheus = { version = "0.13", optional = true }

[target.'cfg(windows)'.dependencies]
windows-service = "0.6"
windows-service = "0.7"

[dev-dependencies]
bytes = "1.5"
Expand Down

0 comments on commit a876cd5

Please sign in to comment.