Skip to content

Commit 2845f50

Browse files
update deps (#612)
1 parent 998d7ac commit 2845f50

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@ descriptive-errors = ["alloc"]
3030
[dependencies]
3131
deku_derive = { version = "^0.19.1", path = "deku-derive", default-features = false}
3232
bitvec = { version = "1.0.1", default-features = false, optional = true }
33-
log = { version = "0.4.22", optional = true }
34-
no_std_io = { version = "0.9.0", default-features = false, package = "no_std_io2" }
35-
rustversion = "1.0.17"
33+
log = { version = "0.4.28", optional = true }
34+
no_std_io = { version = "0.9.1", default-features = false, package = "no_std_io2" }
35+
rustversion = "1.0.22"
3636

3737
[dev-dependencies]
38-
rstest = "0.25.0"
38+
rstest = "0.26.1"
3939
hexlit = "0.5.5"
40-
criterion = "0.6.0"
40+
criterion = "0.7.0"
4141
alloc_counter = "0.0.4"
42-
trybuild = "1.0.99"
43-
rustc-hash = "=2.1.0"
44-
env_logger = "0.11.5"
42+
trybuild = "1.0.112"
43+
rustc-hash = "=2.1.1"
44+
env_logger = "0.11.8"
4545
assert_hex = "0.4.1"
46-
log = { version = "0.4.22" }
46+
log = { version = "0.4.28" }
4747

4848
[[bench]]
4949
name = "deku"

deku-derive/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ syn = "2.0"
2424
# extra-traits gives us Debug
2525
# syn = {version = "1.0", features = ["extra-traits"]}
2626
proc-macro2 = "1.0"
27-
darling = "0.20"
28-
proc-macro-crate = { version = "3.2.0", optional = true }
27+
darling = "0.21"
28+
proc-macro-crate = { version = "3.4.0", optional = true }
2929

3030
[dev-dependencies]
31-
rstest = "0.25"
31+
rstest = "0.26"
3232

3333
[lints]
3434
workspace = true

ensure_no_std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ default = ["alloc", "deku/alloc", "deku/bits" ]
2626
alloc = []
2727

2828
[dependencies]
29-
cortex-m-rt = "0.7.3"
29+
cortex-m-rt = "0.7.5"
3030
deku = { path = "../", default-features = false }
3131
embedded-alloc = "0.6.0"
3232

ensure_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ crate-type = ["cdylib", "rlib"]
1313
default = ["console_error_panic_hook", "wee_alloc"]
1414

1515
[dependencies]
16-
wasm-bindgen = "0.2.93"
16+
wasm-bindgen = "0.2.104"
1717

1818
# The `console_error_panic_hook` crate provides better debugging of panics by
1919
# logging them with `console.error`. This is great for development, but requires

0 commit comments

Comments
 (0)