Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Security] Bump spin from 0.5.2 to 0.6.0 #611

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ahci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
sunrise-libuser = { path = "../libuser" }
sunrise-libutils = { path = "../libutils" }
spin = "0.5"
spin = "0.6"
log = "0.4.6"
bitfield = "0.13"

Expand Down
2 changes: 1 addition & 1 deletion bootstrap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sunrise-libutils = { path = "../libutils" }
bit_field = "0.10.0"
bitflags = "1.1"
multiboot2 = { git = "https://github.com/sunriseos/multiboot2-elf64.git" }
spin = "0.5.1"
spin = "0.6.0"
xmas-elf = "0.7.0"

[dependencies.smallvec]
Expand Down
2 changes: 1 addition & 1 deletion fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
bitflags = "1.0"
sunrise-libuser = { path = "../libuser" }
sunrise-libutils = { path = "../libutils" }
spin = "0.4"
spin = "0.6"
log = "0.4.6"
storage_device = { git = "https://github.com/sunriseos/storage_device.git", default-features = false, features = ["cached-block-device-nightly", "alloc"] }
libfat = { git = "https://github.com/sunriseos/libfat.git" }
Expand Down
2 changes: 1 addition & 1 deletion kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sunrise-libkern = { path = "../libkern" }
bit_field = "0.10.0"
bitflags = "1.1"
multiboot2 = { git = "https://github.com/sunriseos/multiboot2-elf64.git" }
spin = "0.5"
spin = "0.6"
linked_list_allocator = "0.8.4"
log = "0.4.6"
xmas-elf = "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion keyboard/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
generic-array = "0.13.0"
arrayvec = {version = "0.4", default-features = false}
spin = "0.5"
spin = "0.6"
log = "0.4.6"
sunrise-libuser = { path = "../libuser" }
sunrise-libutils = { path = "../libutils" }
Expand Down
2 changes: 1 addition & 1 deletion libuser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
linked_list_allocator = "0.8.4"
bitfield = "0.13"
bit_field = "0.10"
spin = "0.5"
spin = "0.6"
sunrise-libutils = { path = "../libutils" }
sunrise-libkern = { path = "../libkern" }
failure = { version = "0.1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sunrise-libkern = { path = "../libkern" }
sunrise-libutils = { path = "../libutils" }
log = "0.4"
xmas-elf = "0.7.0"
spin = "0.5.2"
spin = "0.6.0"

[dependencies.lazy_static]
features = ["spin_no_std"]
Expand Down
2 changes: 1 addition & 1 deletion shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gif = { git = "https://github.com/SunriseOS/image-gif" }
log = "0.4.6"
sunrise-libuser = { path = "../libuser" }
sunrise-libkern = { path = "../libkern" }
spin = "0.5"
spin = "0.6"
bstr = { version = "0.2", default-features = false }
sha1 = { version = "0.6.0", default-features = false }
hex = { git = "https://github.com/KokaKiwi/rust-hex", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion sm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"

[dependencies]
sunrise-libuser = { path = "../libuser" }
spin = "0.5"
spin = "0.6"
log = "0.4"

[dependencies.hashbrown]
Expand Down
2 changes: 1 addition & 1 deletion time/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"

[dependencies]
generic-array = "0.13.0"
spin = "0.5"
spin = "0.6"
log = "0.4.6"
sunrise-libuser = { path = "../libuser" }
sunrise-libutils = { path = "../libutils" }
Expand Down
2 changes: 1 addition & 1 deletion twili/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ edition = "2018"

[dependencies]
sunrise-libuser = { path = "../libuser" }
spin = "0.5"
spin = "0.6"
log = "0.4"
lazy_static = { version = "1.3.0", features = ["spin_no_std"] }
2 changes: 1 addition & 1 deletion vi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
sunrise-libuser = { path = "../libuser" }
sunrise-libkern = { path = "../libkern" }
sunrise-libutils = { path = "../libutils" }
spin = "0.5"
spin = "0.6"
futures-preview = { version = "0.3.0-alpha.16", default-features = false, features = ["nightly", "alloc"] }
font-rs = { git = "https://github.com/SunriseOS/font-rs", default-features = false }
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion wall-clock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ edition = "2018"
[dependencies]
sunrise-libuser = { path = "../libuser" }
log = "0.4.6"
spin = "0.5"
spin = "0.6"
bstr = { version = "0.2", default-features = false }