Skip to content

Commit 8022b12

Browse files
authored
RUST-696: update all dependencies that don't have breaking changes (#302)
1 parent 9225dab commit 8022b12

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ bson-u2i = ["bson/u2i"]
3232

3333
[dependencies]
3434
async-trait = "0.1.42"
35-
base64 = "0.11.0"
35+
base64 = "0.13.0"
3636
bitflags = "1.1.0"
3737
bson = "1.2.0"
3838
chrono = "0.4.7"
@@ -44,21 +44,21 @@ lazy_static = "1.4.0"
4444
md-5 = "0.9.1"
4545
os_info = { version = "3.0.1", default-features = false }
4646
percent-encoding = "2.0.0"
47-
rand = { version = "0.7.2", features = ["small_rng"] }
47+
rand = { version = "0.8.3", features = ["small_rng"] }
4848
serde_with = "1.3.1"
4949
sha-1 = "0.9.4"
5050
sha2 = "0.9.3"
5151
socket2 = "0.3.12"
5252
stringprep = "0.1.2"
5353
strsim = "0.10.0"
5454
take_mut = "0.2.2"
55+
thiserror = "1.0.24"
5556
trust-dns-proto = "0.20.0"
5657
trust-dns-resolver = "0.20.0"
5758
typed-builder = "0.4.0"
5859
version_check = "0.9.1"
5960
webpki = "0.21.0"
6061
webpki-roots = "0.21.0"
61-
thiserror = "1.0.24"
6262

6363
[dependencies.async-std]
6464
version = "1.6.2"
@@ -107,12 +107,12 @@ version = "0.8.1"
107107
features = ["v4"]
108108

109109
[dev-dependencies]
110-
approx = "0.3.2"
111-
derive_more = "0.15.0"
110+
approx = "0.4.0"
111+
derive_more = "0.99.11"
112112
function_name = "0.2.0"
113113
pretty_assertions = "0.6.1"
114114
serde_json = "1.0.40"
115-
semver = "0.9.0"
115+
semver = "0.11.0"
116116

117117
[package.metadata.docs.rs]
118118
rustdoc-args = ["--cfg", "docsrs"]

0 commit comments

Comments
 (0)