1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

deps: update bitflags -> 1.3

This commit is contained in:
Wez Furlong 2021-08-15 18:21:17 -07:00
parent 57da0a4013
commit ab21910d80
8 changed files with 15 additions and 16 deletions

17
Cargo.lock generated
View File

@ -393,9 +393,9 @@ checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
[[package]]
name = "bitflags"
version = "1.2.1"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
checksum = "2da1976d75adbe5fbc88130ecd119529cf1cc6a93ae1546d8696ee66f0d21af1"
[[package]]
name = "bitreader"
@ -2648,15 +2648,14 @@ dependencies = [
[[package]]
name = "nix"
version = "0.20.1"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df8e5e343312e7fbeb2a52139114e9e702991ef9c2aea6817ff2440b35647d56"
checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a"
dependencies = [
"bitflags",
"cc",
"cfg-if 1.0.0",
"libc",
"memoffset",
]
[[package]]
@ -4058,7 +4057,7 @@ dependencies = [
"lazy_static",
"log",
"memmap2",
"nix 0.20.1",
"nix 0.20.0",
"wayland-client",
"wayland-cursor",
"wayland-protocols",
@ -4795,7 +4794,7 @@ dependencies = [
"bitflags",
"downcast-rs",
"libc",
"nix 0.20.1",
"nix 0.20.0",
"scoped-tls",
"wayland-commons",
"wayland-scanner",
@ -4808,7 +4807,7 @@ version = "0.28.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21817947c7011bbd0a27e11b17b337bfd022e8544b071a2641232047966fbda"
dependencies = [
"nix 0.20.1",
"nix 0.20.0",
"once_cell",
"smallvec 1.6.1",
"wayland-sys",
@ -4820,7 +4819,7 @@ version = "0.28.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be610084edd1586d45e7bdd275fe345c7c1873598caa464c4fb835dee70fa65a"
dependencies = [
"nix 0.20.1",
"nix 0.20.0",
"wayland-client",
"xcursor",
]

View File

@ -13,7 +13,7 @@ pretty_env_logger = "0.4"
[dependencies]
anyhow = "1.0"
battery = "0.7"
bitflags = "1.0"
bitflags = "1.3"
bstr = "0.2"
chrono = {version="0.4", features=["unstable-locales"]}
colorgrad = "0.4"

View File

@ -25,7 +25,7 @@ serde_support = ["serde", "serde_derive"]
ssh = ["ssh2"]
[target."cfg(windows)".dependencies]
bitflags = "1.0"
bitflags = "1.3"
lazy_static = "1.4"
shared_library = "0.1"
winapi = { version = "0.3", features = [

View File

@ -15,7 +15,7 @@ use_serde = ["termwiz/use_serde"]
[dependencies]
anyhow = "1.0"
bitflags = "1.0"
bitflags = "1.3"
miniz_oxide = "0.4"
hex = "0.4"
image = "0.23"

View File

@ -12,7 +12,7 @@ readme = "README.md"
[dependencies]
base64 = "0.13"
bitflags = "1.0"
bitflags = "1.3"
cassowary = {version="0.3", optional=true}
cfg-if = "1.0"
anyhow = "1.0"

View File

@ -22,7 +22,7 @@ windows = "0.11"
[dependencies]
anyhow = "1.0"
bitflags = "1.0"
bitflags = "1.3"
chrono = {version="0.4", features=["unstable-locales"]}
codec = { path = "../codec" }
colorgrad = "0.4"

View File

@ -7,6 +7,6 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitflags = "1.0"
bitflags = "1.3"
euclid = "0.22"
serde = {version="1.0", features = ["rc", "derive"]}

View File

@ -29,7 +29,7 @@ bytes = "1.0"
config = { path = "../config" }
color-types = { path = "../color-types" }
thiserror = "1.0"
bitflags = "1.0"
bitflags = "1.3"
euclid = "0.22"
guillotiere = "0.6"
lazy_static = "1.4"