Skip to content

Commit

Permalink
Merge pull request #19 from ferrohd/renovate/cargo-dependencies
Browse files Browse the repository at this point in the history
fix(deps): update rust crate hyper to 1.3.1
  • Loading branch information
ferrohd authored Apr 16, 2024
2 parents a47cb9b + b26c771 commit e445ec5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions crates/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 crates/marecchia-tracker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
hyper = { version = "1.3.0", features = ["server", "http1"] }
hyper = { version = "1.3.1", features = ["server", "http1"] }
hyper-util = {version = "0.1.3", features = ["tokio", "server", "http1"]}
libp2p = { version = "0.53.2", features = ["full"] }
opentelemetry = { version = "0.22.0", features = ["metrics"] }
Expand Down

0 comments on commit e445ec5

Please sign in to comment.