Skip to content

Commit 4c82ec5

Browse files
chore(deps): bump freenet-stdlib from 0.1.20 to 0.1.22 (#1875)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35d9741 commit 4c82ec5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ wasmer = "5.0.4"
3434
wasmer-compiler-singlepass = "5.0.4"
3535

3636
# freenet-stdlib = { git = "https://github.com/freenet/freenet-stdlib.git", branch = "main", package = "freenet-stdlib" }
37-
freenet-stdlib = { version = "0.1.20" }
37+
freenet-stdlib = { version = "0.1.22" }
3838

3939
# [patch.crates-io]
4040
# freenet-stdlib = { git = "https://github.com/freenet/freenet-stdlib.git", branch = "main" }

apps/freenet-ping/app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ testing = ["freenet-stdlib/testing", "freenet/testing"]
1010
anyhow = "1.0"
1111
chrono = { workspace = true, features = ["default"] }
1212
clap = { version = "4.5", features = ["derive"] }
13-
freenet-stdlib = { version = "0.1.14", features = ["net"] }
13+
freenet-stdlib = { version = "0.1.22", features = ["net"] }
1414
freenet-ping-types = { path = "../types", features = ["std", "clap"] }
1515
futures = "0.3.31"
1616
rand = "0.9.2"

0 commit comments

Comments
 (0)