Skip to content

Commit ce2b8bb

Browse files
authored
Merge pull request #22 from atsams-rs/security/1/bump-up-dependencies-to-once-using-newer-generic-array
Security #1: Attempt to bump up `generic-array`
2 parents 16c498c + a2b53ef commit ce2b8bb

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Cargo.lock

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

hal/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "atsamx7x-hal"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Michal Fita <[email protected]>", "Viktor Sonesten <[email protected]>"]
55
description = "HAL and peripheral access API for ATSAME70, ATSAMS70, ATSAMV70, and ATSAMV71 microcontrollers"
66
categories = [
@@ -21,9 +21,9 @@ readme = "README.md"
2121
edition = "2021"
2222

2323
[dependencies]
24-
cortex-m = "0.7"
24+
cortex-m = "0.7.5"
2525
embedded-hal = { version = "0.2.7", features = ["unproven"] }
26-
nb = "0.1.2"
26+
nb = "0.1.3"
2727

2828
atsame70j19 = { version = "0.21.0", path = "../pac/atsame70j19", optional = true }
2929
atsame70j19b = { version = "0.21.0", path = "../pac/atsame70j19b", optional = true }

0 commit comments

Comments
 (0)