Skip to content

Commit

Permalink
fix(deps): upgrade axum and reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
cailloumajor committed May 24, 2024
1 parent 15693bf commit f10aedf
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 96 deletions.
153 changes: 69 additions & 84 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ anyhow = "1.0.75"
clap-verbosity-flag = "2.0.1"
futures-util = "0.3.28"
mongodb = "2.7.0"
reqwest = { version = "0.11.22", default-features = false }
reqwest = { version = "0.12.4", default-features = false }
signal-hook = "0.3.17"
signal-hook-tokio = { version = "0.3.1", features = [ "futures-v0_3" ] }
tracing = "0.1.40"

[dependencies.axum]
version = "0.6.20"
version = "0.7.5"
default-features = false
features = [ "http1", "json", "tokio" ]

Expand All @@ -42,5 +42,4 @@ default-features = false
features = [ "ansi", "fmt", "parking_lot", "smallvec", "std" ]

[dev-dependencies]
hyper = { version = "0.14.27", default-features = false }
tower = { version = "0.4.13", default-features = false }
Loading

0 comments on commit f10aedf

Please sign in to comment.