Skip to content

Commit

Permalink
Merge pull request #5 from tpyo/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
tpyo authored Feb 17, 2025
2 parents b82dd04 + 0491ecd commit 3e7e7fc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
http-body-util = "0.1.0"
hyper = { version = "1.3.1", features = ["full"] }
hyper-util = { version = "0.1.3", features = ["full"] }
maxminddb = { version = "0.24.0", features = ["mmap"] }
serde = "1.0.201"
serde_json = "1.0.117"
tokio = { version = "1.37.0", features = ["full"] }
http-body-util = "0.1.2"
hyper = { version = "1.6.0", default-features = false, features = ["http1", "http2", "server"] }
hyper-util = { version = "0.1.10", default-features = false, features = ["http1", "http2", "tokio"] }
maxminddb = { version = "0.25.0", features = ["mmap"] }
serde = "1.0.217"
serde_json = "1.0.138"
tokio = { version = "1.43.0", default-features = false, features = ["rt", "rt-multi-thread", "macros"] }

[dev-dependencies]
tokio-test = "0.4.3"
Expand Down

0 comments on commit 3e7e7fc

Please sign in to comment.