Skip to content

Commit

Permalink
update multiple dependencies to latest version
Browse files Browse the repository at this point in the history
libflate to 2.0.0
strum to 0.26.1
strum_macros to 0.26.1
dirs to 5.0.1
mockito to 0.32.5
test-case to 3.3.1

s
  • Loading branch information
PratikMahajan committed Feb 2, 2024
1 parent 0a3c99b commit 0277dad
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,15 @@ tag-message = "dkregistry v{{version}}"
[dependencies]
base64 = "0.13"
futures = "0.3"

# Pin libflate <1.3.0
# https://github.com/sile/libflate/commit/aba829043f8a2d527b6c4984034fbe5e7adb0da6
# derives default on enum, which was not stabilized until 1.62
# (https://github.com/rust-lang/rust/pull/94457)
# This can be relaxed when MSRV is at least 1.62
libflate = "<1.3.0"

libflate = "2.0.0"
log = "0.4"
mime = "0.3"
regex = "^1.1.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_ignored = "0.1"
strum = "0.23"
strum_macros = "0.23"
strum = "0.26.1"
strum_macros = "0.26.1"
tar = "0.4"
tokio = "1.0"
reqwest = { version = "0.11", default-features = false, features = ["json", "stream"] }
Expand All @@ -52,13 +45,13 @@ thiserror = "1.0.19"
url = "2.1.1"

[dev-dependencies]
dirs = "4.0"
dirs = "5.0.1"
env_logger = "0.8"
hyper = "0.14.28"
mockito = "0.30"
mockito = "0.32.5"
native-tls = "0.2"
spectral = "0.6"
test-case = "1.0.0"
test-case = "3.3.1"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }


Expand Down

0 comments on commit 0277dad

Please sign in to comment.