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 a6e7c72 commit b66b0c8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 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 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.8"
hashbrown = "0.9"
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>, 136);
assert_size!(TrieNode<u32>, 152);
}
}
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>, 112);
assert_size!(TrieNode<u32>, 128);
}
}

0 comments on commit b66b0c8

Please sign in to comment.