Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal authored and FlorentinDUBOIS committed Jul 13, 2022
1 parent 9d22c12 commit 1fff30d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 42 deletions.
52 changes: 14 additions & 38 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 bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ log = "^0.4"
chrono = "0.4"
hex = "^0.4"
structopt = "^0.3"
structopt-derive = "^0.3"
structopt-derive = "^0.4"
prettytable-rs = { version = "^0.8", default-features = false}

sozu-lib = { version = "^0.13.0", path = "../lib" }
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ memchr = "2.3"
foreign-types-shared = "0.1"
poule = "0.3.2"
lazycell = "1.2"
hashbrown = "0.1"
hashbrown = "0.8"
regex = "1.1"
cookie-factory = "^0.3"
hpack = "^0.3"
Expand Down
2 changes: 1 addition & 1 deletion lib/src/router/pattern_trie.rs
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,6 @@ mod tests {

#[test]
fn size() {
assert_size!(TrieNode<u32>, 128);
assert_size!(TrieNode<u32>, 136);
}
}
2 changes: 1 addition & 1 deletion lib/src/router/trie.rs
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,6 @@ mod tests {

#[test]
fn size() {
assert_size!(TrieNode<u32>, 104);
assert_size!(TrieNode<u32>, 112);
}
}

0 comments on commit 1fff30d

Please sign in to comment.