Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/ofborg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1112e3a8c862
Choose a base ref
...
head repository: NixOS/ofborg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d8a77b034715
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on May 11, 2020

  1. Copy the full SHA
    60dfc6d View commit details

Commits on May 12, 2020

  1. Merge pull request #483 from LnL7/lapin-update

    lapin: 1.0.0-beta3 -> 1.0.0-beta4
    LnL7 authored May 12, 2020
    Copy the full SHA
    d8a77b0 View commit details
Showing with 317 additions and 317 deletions.
  1. +24 −24 Cargo.lock
  2. +17 −17 Cargo.nix
  3. +7 −7 crates-io.list
  4. +268 −268 crates-io.nix
  5. +1 −1 ofborg/Cargo.toml
48 changes: 24 additions & 24 deletions Cargo.lock

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

34 changes: 17 additions & 17 deletions Cargo.nix
Original file line number Diff line number Diff line change
@@ -239,32 +239,32 @@ rec {
error_chain = "0.10.0";
log = "0.3.8";
};
deps.amq_protocol."6.0.0-rc2" = {
amq_protocol_tcp = "6.0.0-rc2";
amq_protocol_types = "6.0.0-rc2";
amq_protocol_uri = "6.0.0-rc2";
deps.amq_protocol."6.0.0-rc3" = {
amq_protocol_tcp = "6.0.0-rc3";
amq_protocol_types = "6.0.0-rc3";
amq_protocol_uri = "6.0.0-rc3";
cookie_factory = "0.3.1";
nom = "6.0.0-alpha1";
amq_protocol_codegen = "6.0.0-rc2";
amq_protocol_codegen = "6.0.0-rc3";
};
deps.amq_protocol_codegen."6.0.0-rc2" = {
amq_protocol_types = "6.0.0-rc2";
deps.amq_protocol_codegen."6.0.0-rc3" = {
amq_protocol_types = "6.0.0-rc3";
handlebars = "3.0.1";
serde = "1.0.106";
serde_json = "1.0.52";
};
deps.amq_protocol_tcp."6.0.0-rc2" = {
amq_protocol_uri = "6.0.0-rc2";
deps.amq_protocol_tcp."6.0.0-rc3" = {
amq_protocol_uri = "6.0.0-rc3";
log = "0.4.8";
tcp_stream = "0.15.0";
tcp_stream = "0.15.4";
};
deps.amq_protocol_types."6.0.0-rc2" = {
deps.amq_protocol_types."6.0.0-rc3" = {
cookie_factory = "0.3.1";
nom = "6.0.0-alpha1";
serde = "1.0.106";
serde_json = "1.0.52";
};
deps.amq_protocol_uri."6.0.0-rc2" = {
deps.amq_protocol_uri."6.0.0-rc3" = {
percent_encoding = "2.1.0";
url = "2.1.1";
};
@@ -495,16 +495,16 @@ rec {
log = "0.4.8";
};
deps.language_tags."0.2.2" = {};
deps.lapin."1.0.0-beta3" = {
amq_protocol = "6.0.0-rc2";
deps.lapin."1.0.0-beta4" = {
amq_protocol = "6.0.0-rc3";
async_task = "3.0.0";
crossbeam_channel = "0.4.2";
futures_core = "0.3.4";
log = "0.4.8";
mio = "0.7.0";
parking_lot = "0.10.2";
pinky_swear = "4.0.0";
amq_protocol_codegen = "6.0.0-rc2";
amq_protocol_codegen = "6.0.0-rc3";
serde_json = "1.0.52";
};
deps.lazy_static."0.2.11" = {};
@@ -638,7 +638,7 @@ rec {
hubcaps = "0.3.16";
hyper = "0.10.15";
hyper_native_tls = "0.2.4";
lapin = "1.0.0-beta3";
lapin = "1.0.0-beta4";
lru_cache = "0.1.1";
md5 = "0.3.8";
nom = "4.1.1";
@@ -848,7 +848,7 @@ rec {
libc = "0.2.69";
cc = "1.0.28";
};
deps.tcp_stream."0.15.0" = {
deps.tcp_stream."0.15.4" = {
cfg_if = "0.1.10";
mio = "0.7.0";
native_tls = "0.2.4";
14 changes: 7 additions & 7 deletions crates-io.list
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
aho-corasick-0.5.3
aho-corasick-0.7.10
amq-proto-0.1.0
amq-protocol-6.0.0-rc2
amq-protocol-codegen-6.0.0-rc2
amq-protocol-tcp-6.0.0-rc2
amq-protocol-types-6.0.0-rc2
amq-protocol-uri-6.0.0-rc2
amq-protocol-6.0.0-rc3
amq-protocol-codegen-6.0.0-rc3
amq-protocol-tcp-6.0.0-rc3
amq-protocol-types-6.0.0-rc3
amq-protocol-uri-6.0.0-rc3
ansi_term-0.11.0
antidote-1.0.0
arrayvec-0.5.1
@@ -69,7 +69,7 @@ itoa-0.4.3
kernel32-sys-0.2.2
kv-log-macro-1.0.4
language-tags-0.2.2
lapin-1.0.0-beta3
lapin-1.0.0-beta4
lazy_static-0.2.11
lazy_static-1.4.0
lexical-core-0.7.4
@@ -159,7 +159,7 @@ socket2-0.3.12
static_assertions-1.1.0
syn-1.0.18
sys-info-0.5.6
tcp-stream-0.15.0
tcp-stream-0.15.4
tempdir-0.3.7
tempfile-2.2.0
tempfile-3.1.0
Loading