Skip to content

Commit

Permalink
Update rand
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Dec 21, 2020
1 parent 130e3bd commit 9dc8b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dnssector"
version = "0.2.1"
version = "0.2.2"
authors = ["Frank Denis <[email protected]>"]
description = "A very fast library to parse, validate, create and mangle DNS packets"
license = "ISC"
Expand All @@ -15,7 +15,7 @@ chomp = "0.3"
hex = "0.4"
libc = "0.2"
libloading = { version = "0.6", optional = true }
rand = "0.7"
rand = "0.8"
thiserror = "1"

[profile.release]
Expand Down

0 comments on commit 9dc8b2a

Please sign in to comment.