diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/cfcache/Cargo.toml | 6 | ||||
| -rw-r--r-- | lib/go_vanity/Cargo.toml | 4 | ||||
| -rw-r--r-- | lib/mi/Cargo.toml | 4 | ||||
| -rw-r--r-- | lib/patreon/Cargo.toml | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/lib/cfcache/Cargo.toml b/lib/cfcache/Cargo.toml index 85060c2..8ca353d 100644 --- a/lib/cfcache/Cargo.toml +++ b/lib/cfcache/Cargo.toml @@ -7,8 +7,8 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -reqwest = { version = "0.10", features = ["json"] } -serde_json = "1.0" +reqwest = { version = "0.11", features = ["json"] } +serde_json = "1" serde = { version = "1", features = ["derive"] } thiserror = "1" tracing = "0.1" @@ -17,4 +17,4 @@ tracing-futures = "0.2" [dev-dependencies] eyre = "0.6.5" kankyo = "0.3" -tokio = { version = "0.2", features = ["full"] } +tokio = { version = "1", features = ["full"] } diff --git a/lib/go_vanity/Cargo.toml b/lib/go_vanity/Cargo.toml index d753a8a..6aaf748 100644 --- a/lib/go_vanity/Cargo.toml +++ b/lib/go_vanity/Cargo.toml @@ -8,8 +8,8 @@ build = "src/build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -mime = "0.3.0" -warp = "0.2" +mime = "0.3" +warp = "0.3" [build-dependencies] ructe = { version = "0.13", features = ["warp02"] } diff --git a/lib/mi/Cargo.toml b/lib/mi/Cargo.toml index 1d0e716..ef4f1a2 100644 --- a/lib/mi/Cargo.toml +++ b/lib/mi/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] chrono = { version = "0.4", features = ["serde"] } color-eyre = "0.5" -reqwest = { version = "0.10", features = ["json"] } +reqwest = { version = "0.11", features = ["json"] } serde_json = "1.0" serde = { version = "1", features = ["derive"] } thiserror = "1" @@ -17,6 +17,6 @@ tracing = "0.1" tracing-futures = "0.2" [dev-dependencies] -tokio = { version = "0.2", features = ["macros"] } +tokio = { version = "1", features = ["macros"] } envy = "0.4" pretty_env_logger = "0" diff --git a/lib/patreon/Cargo.toml b/lib/patreon/Cargo.toml index fc204a4..6c3e001 100644 --- a/lib/patreon/Cargo.toml +++ b/lib/patreon/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] chrono = { version = "0.4", features = ["serde"] } -reqwest = { version = "0.10", features = ["json"] } +reqwest = { version = "0.11", features = ["json"] } serde_json = "1.0" serde = { version = "1", features = ["derive"] } thiserror = "1" @@ -16,6 +16,6 @@ tracing = "0.1" tracing-futures = "0.2" [dev-dependencies] -tokio = { version = "0.2", features = ["macros"] } +tokio = { version = "1", features = ["macros"] } envy = "0.4" pretty_env_logger = "0"
\ No newline at end of file |
