Skip to content

Commit 672ab2b

Browse files
chore(deps): bump http from 1.2.0 to 1.3.1
Bumps [http](https://github.com/hyperium/http) from 1.2.0 to 1.3.1. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v1.2.0...v1.3.1) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e6a0119 commit 672ab2b

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Cargo.lock

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/fdev/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tracing = { workspace = true }
3535
tracing-subscriber = { workspace = true, features = ["env-filter", "fmt"] }
3636
xz2 = "0.1"
3737
reqwest = { version = "0.12", features = ["json"] }
38-
http = "1.2"
38+
http = "1.3"
3939

4040
# internal
4141
freenet = { path = "../core"}

0 commit comments

Comments
 (0)