chiark / gitweb /
update x11rb
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 13 Jan 2021 02:02:04 +0000 (02:02 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 13 Jan 2021 02:02:30 +0000 (02:02 +0000)
Prompted by
  nailing-cargo --subcommand-props='!locked,!target-dir,!offline' upgrades

Remaining are:

  slotmap >=0.4.0, <0.5.0 matches 0.4.0; latest is 1.0.2
             API break which affects us directly

  tera >=0.11.0, <0.12.0 matches 0.11.20; latest is 1.6.1
             we want to stay aligned with Rocket

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.lock.example
wdriver/Cargo.toml

index c2478166dd206f7ab8d1a7f5341347f63b528595..3f149489662dfcc899e69f3097d5fd2528f4bf07 100644 (file)
@@ -1422,18 +1422,6 @@ dependencies = [
  "winapi 0.3.9",
 ]
 
-[[package]]
-name = "nix"
-version = "0.18.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
-dependencies = [
- "bitflags",
- "cc",
- "cfg-if 0.1.10",
- "libc",
-]
-
 [[package]]
 name = "nix"
 version = "0.19.1"
@@ -1611,7 +1599,7 @@ dependencies = [
  "lazy_static",
  "libc",
  "log 0.4.13",
- "nix 0.19.1",
+ "nix",
  "num-derive",
  "num-traits",
  "ordered-float",
@@ -1666,7 +1654,7 @@ dependencies = [
  "lazy_static",
  "libc",
  "log 0.4.13",
- "nix 0.19.1",
+ "nix",
  "num-derive",
  "num-traits",
  "ordered-float",
@@ -1722,7 +1710,7 @@ dependencies = [
  "libc",
  "log 0.4.13",
  "ndarray",
- "nix 0.19.1",
+ "nix",
  "num-derive",
  "num-traits",
  "once_cell",
@@ -3321,12 +3309,12 @@ dependencies = [
 
 [[package]]
 name = "x11rb"
-version = "0.7.0"
+version = "0.8.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "232bc353846d5350d7a815c249209f9545f1d5c725dca846a5ae383a70f30fa5"
+checksum = "a4122702a684f01cf35cf8e00d0ba513f7c4c7d46f9881d9a699f3de787e61e4"
 dependencies = [
  "gethostname",
- "nix 0.18.0",
+ "nix",
  "winapi 0.3.9",
  "winapi-wsapoll",
 ]
index 6e7e828a1fb875f278613af21b659fea558d368d..e0a2b8cb08a4ff04feaaa0bd107eb54640802942 100644 (file)
@@ -35,7 +35,7 @@ structopt = "0.3"
 strum = { version = "0.20", features = ['derive'] }
 thirtyfour_sync = "0.22"
 void = "1"
-x11rb = "0.7"
+x11rb = "0.8"
 
 [lib]
 name = "otter_webdriver_tests"