Skip to content

Commit

Permalink
bump dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
extrawurst committed Jul 30, 2023
1 parent e7e9311 commit 38bf45d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion ip2country-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keywords = [
]

[dependencies]
ip2country = { path = "../ip2country", version = "0.2.0" }
ip2country = { path = "../ip2country", version = "0.3" }
hyper = { version = "0.14", features = ["server","runtime","http1"] }
tokio = { version = "1", features = ["rt-multi-thread","net","macros"] }
pretty_env_logger = "0.5"
Expand Down

0 comments on commit 38bf45d

Please sign in to comment.