Skip to content

Commit 0af719a

Browse files
chore(deps): bump n0-error from 0.1.0 to 0.1.2
Bumps [n0-error](https://github.com/n0-computer/n0-error) from 0.1.0 to 0.1.2. - [Changelog](https://github.com/n0-computer/n0-error/blob/main/CHANGELOG.md) - [Commits](n0-computer/n0-error@v0.1.0...n0-error-macros-v0.1.2) --- updated-dependencies: - dependency-name: n0-error dependency-version: 0.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0721bbb commit 0af719a

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

Cargo.lock

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

netwatch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ workspace = true
1818
[dependencies]
1919
atomic-waker = "1.1.2"
2020
bytes = "1.7"
21-
n0-error = "0.1.0"
21+
n0-error = "0.1.2"
2222
n0-future = "0.3.0"
2323
n0-watcher = "0.6.0"
2424
pin-project-lite = "0.2.16"

portmapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ igd-next = { version = "0.16.1", features = ["aio_tokio"] }
2525
iroh-metrics = { version = "0.37", default-features = false }
2626
libc = "0.2.139"
2727
netwatch = { version = "0.12.0", path = "../netwatch" }
28-
n0-error = "0.1.0"
28+
n0-error = "0.1.2"
2929
num_enum = "0.7"
3030
rand = "0.9"
3131
serde = { version = "1", features = ["derive", "rc"] }

0 commit comments

Comments
 (0)