Skip to content

Commit

Permalink
chore(deps): update deps to avoid webpki vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Sep 7, 2023
1 parent 7273400 commit 7a82fc2
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 67 deletions.
120 changes: 59 additions & 61 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ askama_axum = "0.3.0"
axum = { version = "0.6.20", features = ["http2"] }
basic-toml = "0.1.4"
once_cell = "1.18.0"
reqwest = { version = "0.11.18", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "=1.0.171", features = ["derive"] }
time = { version = "0.3.26", features = ["parsing"] }
reqwest = { version = "0.11.20", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1.0.188", features = ["derive"] }
time = { version = "0.3.28", features = ["parsing"] }
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }
tokio-shutdown = "0.1.4"
tower = { version = "0.4.13", features = ["limit", "load-shed", "timeout"] }
tower-http = { version = "0.4.3", features = ["compression-gzip", "decompression-gzip", "trace", "util"] }
tower-http = { version = "0.4.4", features = ["compression-gzip", "decompression-gzip", "trace", "util"] }
tracing = "0.1.37"
tracing-archer = { git = "https://github.com/dnaka91/archer.git" }
tracing-subscriber = "0.3.17"
unidirs = "0.1.1"
url = "2.4.0"
url = "2.4.1"
3 changes: 2 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ license-files = [

[bans]
skip = [
{ name = "socket2", version = "=0.4.9" },
{ name = "bitflags", version = "1" },
{ name = "socket2", version = "0.4" },
]

[sources]
Expand Down

0 comments on commit 7a82fc2

Please sign in to comment.