Skip to content

Commit 24d608d

Browse files
chore(deps): bump freenet-stdlib from 0.1.11 to 0.1.13 (#1743)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ian Clarke <sanity@users.noreply.github.com>
1 parent c498e29 commit 24d608d

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
@@ -33,7 +33,7 @@ tracing-subscriber = "0.3"
3333
wasmer = "5.0.4"
3434
wasmer-compiler-singlepass = "5.0.4"
3535

36-
freenet-stdlib = { version = "0.1.11" }
36+
freenet-stdlib = { version = "0.1.13" }
3737

3838
[profile.dev.package."*"]
3939
opt-level = 3

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.11", features = ["net"] }
13+
freenet-stdlib = { version = "0.1.13", features = ["net"] }
1414
freenet-ping-types = { path = "../types", features = ["std", "clap"] }
1515
futures = "0.3.31"
1616
once_cell = "1.18.0"

0 commit comments

Comments
 (0)