Skip to content

Commit b6458fc

Browse files
Merge pull request #14 from githedgehog/cargo-update
Fix incorrect version spec
2 parents 36e59b5 + 8512bbd commit b6458fc

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ resolver = "2"
1111

1212
[workspace.dependencies]
1313

14-
bindgen = { version = "0.70" }
15-
bolero = { version = "0.11" }
16-
cc = { version = "1" }
17-
doxygen-rs = { version = "0.4" }
18-
etherparse = { version = "0.15", default-features = false, features = [] }
19-
libc = { version = "0.2" }
20-
rstest = { version = "0.22", default-features = false, features = [] }
21-
serde = { version = "1", default-features = false, features = ["derive", "alloc", "rc"] }
22-
syscalls = { version = "0.6" }
23-
thiserror = { version = "2", package = "thiserror-no-std" } # replace with regular thiserror when https://github.com/dtolnay/thiserror/pull/304 lands
24-
tracing = { version = "0.1", default-features = false, features = ["attributes"] }
25-
tracing-subscriber = { version = "0.3" }
26-
tracing-test = { version = "0.2" }
14+
bindgen = { version = "0.70.1" }
15+
bolero = { version = "0.11.1" }
16+
cc = { version = "1.1.21" }
17+
doxygen-rs = { version = "0.4.0" }
18+
etherparse = { version = "0.16.0", default-features = false, features = [] }
19+
libc = { version = "0.2.158" }
20+
rstest = { version = "0.22.0", default-features = false, features = [] }
21+
serde = { version = "1.0.210", default-features = false, features = ["derive", "alloc", "rc"] }
22+
syscalls = { version = "0.6.18" }
23+
thiserror = { version = "2.0.0", package = "thiserror-no-std" } # replace with regular thiserror when https://github.com/dtolnay/thiserror/pull/304 lands
24+
tracing = { version = "0.1.40", default-features = false, features = ["attributes"] }
25+
tracing-subscriber = { version = "0.3.18" }
26+
tracing-test = { version = "0.2.5" }
2727

2828
[profile.release]
2929
opt-level = 3

0 commit comments

Comments
 (0)