Skip to content

Commit

Permalink
Version bumparoo
Browse files Browse the repository at this point in the history
  • Loading branch information
nickray committed Feb 27, 2021
1 parent 92f4d30 commit 03cd698
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 45 deletions.
6 changes: 3 additions & 3 deletions components/apdu-dispatch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
delog = "0.1.0-alpha.3"
heapless = "0.5.6"
heapless-bytes = "0.1.1"
delog = "0.1.0"
heapless = "0.6"
heapless-bytes = "0.2.0"

# Components
iso7816 = { path = "../iso7816" }
Expand Down
6 changes: 3 additions & 3 deletions components/applet-fido/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
delog = "0.1.0-alpha.3"
heapless = "0.5.6"
heapless-bytes = "0.1.1"
delog = "0.1.0"
heapless = "0.6"
heapless-bytes = "0.2.0"
serde = { version = "1", default-features = false }

apdu-dispatch = {path = "../apdu-dispatch"}
Expand Down
4 changes: 2 additions & 2 deletions components/applet-ndef/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
heapless = "0.5.6"
heapless-bytes = "0.1.1"
heapless = "0.6"
heapless-bytes = "0.2.0"

apdu-dispatch = {path = "../apdu-dispatch"}
iso7816 = { path = "../iso7816" }
10 changes: 5 additions & 5 deletions components/ctap-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ edition = "2018"

[dependencies]
bitflags = "1.2.1"
cbor-smol = "0.1.0"
cosey = "0.1.0"
delog = "0.1.0-alpha.3"
heapless = { version = "0.5.6", default-features = false, features = ["serde"] }
heapless-bytes = "0.1.1"
cbor-smol = "0.2.0"
cosey = "0.2.0"
delog = "0.1.0"
heapless = { version = "0.6", default-features = false, features = ["serde"] }
heapless-bytes = "0.2.0"
interchange = "0.1.0"
iso7816 = { path = "../iso7816" }
serde = { version = "1.0", default-features = false, features = ["derive"] }
Expand Down
6 changes: 3 additions & 3 deletions components/fido-authenticator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ edition = "2018"

[dependencies]
ctap-types = { path = "../ctap-types" }
delog = "0.1.0-alpha.3"
heapless = "0.5.6"
delog = "0.1.0"
heapless = "0.6"
interchange = "0.1.0"
littlefs2 = "0.1.0"
littlefs2 = "0.2.1"
serde = { version = "1.0", default-features = false }
serde_cbor = { version = "0.11.0", default-features = false }
serde-indexed = "0.1.0"
Expand Down
4 changes: 2 additions & 2 deletions components/fm11nc08/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cortex-m = "0.6.1"
cortex-m = "0.7"
cortex-m-rt = "0.6.10"
delog = "0.1.0-alpha.3"
delog = "0.1.0"
iso14443 = {path = "../iso14443"}
nb = "1"

Expand Down
6 changes: 3 additions & 3 deletions components/hid-dispatch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
delog = "0.1.0-alpha.3"
heapless = "0.5.6"
heapless-bytes = "0.1.1"
delog = "0.1.0"
heapless = "0.6"
heapless-bytes = "0.2.0"
interchange = "0.1.0"

[features]
Expand Down
6 changes: 3 additions & 3 deletions components/iso14443/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ authors = ["Conor Patrick <conor@solokeys.com>"]
edition = "2018"

[dependencies]
delog = "0.1.0-alpha.3"
heapless = "0.5.6"
heapless-bytes = "0.1.1"
delog = "0.1.0"
heapless = "0.6"
heapless-bytes = "0.2.0"
nb = "1"

apdu-dispatch = { path = "../apdu-dispatch" }
Expand Down
4 changes: 2 additions & 2 deletions components/iso7816/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
heapless = "0.5.6"
heapless-bytes = "0.1.1"
heapless = "0.6"
heapless-bytes = "0.2.0"
6 changes: 3 additions & 3 deletions components/piv-authenticator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ edition = "2018"

[dependencies]
apdu-dispatch = { path = "../apdu-dispatch", optional = true }
delog = "0.1.0-alpha.3"
delog = "0.1.0"
heapless = "0.6"
heapless-bytes = "0.1"
heapless-bytes = "0.2"
hex-literal = "0.3"
interchange = "0.1"
iso7816 = { path = "../iso7816" }
Expand All @@ -20,7 +20,7 @@ trussed = { git = "https://github.com/trussed-dev/trussed", branch = "main" }
untrusted = "0.7"

[dev-dependencies]
littlefs2 = "0.1.0"
littlefs2 = "0.2.1"
rand_core = { version = "0.5.1", features = ["getrandom"] }

[features]
Expand Down
7 changes: 3 additions & 4 deletions components/usbd-ccid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ edition = "2018"

[dependencies]
apdu-dispatch = { path = "../apdu-dispatch" }
asn1derpy = "0.1.0"
delog = "0.1.0-alpha.3"
heapless = "0.5.6"
heapless-bytes = "0.1.1"
delog = "0.1.0"
heapless = "0.6"
heapless-bytes = "0.2.0"
interchange = "0.1.0"
iso7816 = { path = "../iso7816" }
usb-device = { version = "0.2.3", features = ["control-buffer-256"] }
Expand Down
6 changes: 3 additions & 3 deletions components/usbd-ctaphid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2018"

[dependencies]
ctap-types = { path = "../ctap-types" }
delog = "0.1.0-alpha.3"
heapless = "0.5.6"
heapless-bytes = "0.1.1"
delog = "0.1.0"
heapless = "0.6"
heapless-bytes = "0.2.0"
hid-dispatch = { path = "../hid-dispatch" }
interchange = "0.1.0"
serde = { version = "1.0", default-features = false }
Expand Down
8 changes: 4 additions & 4 deletions runners/lpc55/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ name = "runner"
path = "src/main.rs"

[dependencies]
cortex-m-rtic = "0.5.1"
lpc55-rtic = "0.5.5"
cortex-m-semihosting = "0.3.5"
delog = "0.1.0-alpha.3"
heapless = "0.5.5"
delog = "0.1.0"
heapless = "0.6"
interchange = "0.1.0"
nb = "1"
trussed = { git = "https://github.com/trussed-dev/trussed", branch = "main", features = ["clients-3"] }
Expand Down Expand Up @@ -49,7 +49,7 @@ panic-halt = "0.2.0"
panic-semihosting = "0.5.6"

# storage
littlefs2 = "0.1.1"
littlefs2 = "0.2.1"

[features]
default = []
Expand Down
4 changes: 2 additions & 2 deletions runners/lpc55/board/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ authors = ["Conor Patrick <conor@solokeys.com>"]
edition = "2018"

[dependencies]
cortex-m = "0.6.1"
cortex-m = "0.7"
cortex-m-rt = "0.6.10"
delog = "0.1.0-alpha.3"
delog = "0.1.0"
fm11nc08 = {path = "../../../components/fm11nc08"}
nb = "1"
trussed = { git = "https://github.com/trussed-dev/trussed", branch = "main", features = ["clients-3"] }
Expand Down
6 changes: 3 additions & 3 deletions runners/pc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2018"

[dependencies]
chacha20 = { version = "0.6.0", features = ["rng"] }
delog = "0.1.0-alpha.3"
heapless = "0.5.5"
delog = "0.1.0"
heapless = "0.6"
nb = "1"
embedded-hal = { version = "0.2", features = ["unproven"] }
generic-array = "0.14.3"
Expand All @@ -29,7 +29,7 @@ applet-root = {path = "./../../components/applet-root"}
applet-fido = {path = "./../../components/applet-fido"}

# storage
littlefs2 = "0.1.1"
littlefs2 = "0.2.1"

[features]
default = []
Expand Down

0 comments on commit 03cd698

Please sign in to comment.