Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sharksforarms committed May 14, 2024
1 parent 75f9ecf commit 8927c63
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ no-assert-string = ["deku_derive/no-assert-string"]
[dependencies]
deku_derive = { version = "^0.16.0", path = "deku-derive", default-features = false}
bitvec = { version = "1.0.1", default-features = false }
log = { version = "0.4.17", optional = true }
no_std_io = { version = "0.5.0", default-features = false, features = ["alloc"] }
rustversion = "1.0.15"
log = { version = "0.4.21", optional = true }
no_std_io = { version = "0.6.0", default-features = false, features = ["alloc"] }
rustversion = "1.0.16"

[dev-dependencies]
rstest = "0.18.0"
rstest = "0.19.0"
hexlit = "0.5.5"
criterion = "0.4.0"
criterion = "0.5.1"
alloc_counter = "0.0.4"
trybuild = "1.0.77"
trybuild = "1.0.95"
rustc-hash = "1.1.0"
env_logger = "0.10.0"
assert_hex = "0.2.2"
env_logger = "0.11.3"
assert_hex = "0.4.1"

[[bench]]
name = "deku"
Expand Down
4 changes: 2 additions & 2 deletions deku-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ syn = "2.0"
# syn = {version = "1.0", features = ["extra-traits"]}
proc-macro2 = "1.0"
darling = "0.20"
proc-macro-crate = { version = "1.3.0", optional = true }
proc-macro-crate = { version = "3.1.0", optional = true }

[dev-dependencies]
rstest = "0.18"
rstest = "0.19"
4 changes: 2 additions & 2 deletions ensure_no_std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default = ["alloc"]
alloc = []

[dependencies]
cortex-m-rt = "0.7.3"
cortex-m-rt = "0.7.4"
deku = { path = "../", default-features = false, features = ["alloc"] }
embedded-alloc = "0.5.0"
embedded-alloc = "0.5.1"

2 changes: 1 addition & 1 deletion ensure_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crate-type = ["cdylib", "rlib"]
default = ["console_error_panic_hook", "wee_alloc"]

[dependencies]
wasm-bindgen = "0.2.73"
wasm-bindgen = "0.2.92"

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

0 comments on commit 8927c63

Please sign in to comment.