Skip to content

Commit

Permalink
Upgrade dotenv to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Nov 18, 2019
1 parent b549ad8 commit 674d0f9
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion diesel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ r2d2 = { version = ">= 0.8, < 0.9", optional = true }

[dev-dependencies]
cfg-if = "0.1.0"
dotenv = ">=0.8, <0.11"
dotenv = "=0.15"
quickcheck = "0.4"
tempdir = "^0.3.4"

Expand Down
2 changes: 1 addition & 1 deletion diesel_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "src/main.rs"
chrono = "0.4"
clap = "2.27"
diesel = { version = "~1.4.0", default-features = false }
dotenv = ">=0.8, <0.11"
dotenv = "=0.15"
heck = "0.3.1"
migrations_internals = "~1.4.0"
serde = { version = "1.0.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion diesel_derives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ proc-macro2 = "1"
[dev-dependencies]
cfg-if = "0.1.0"
diesel = "1.4.0"
dotenv = "0.10.0"
dotenv = "=0.15"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion diesel_migrations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ migrations_macros = "~1.4.0"

[dev-dependencies]
diesel = { version = "1.4.0", default-features = false }
dotenv = ">=0.8, <0.11"
dotenv = "=0.15"
cfg-if = "0.1.0"

[features]
Expand Down
4 changes: 2 additions & 2 deletions diesel_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ autotests = false
[build-dependencies]
diesel = { path = "../diesel", default-features = false }
diesel_migrations = { version = "1.4.0" }
dotenv = ">=0.8, <0.11"
dotenv = "=0.15"

[dependencies]
assert_matches = "1.0.1"
chrono = { version = "0.4" }
diesel = { path = "../diesel", default-features = false, features = ["quickcheck", "chrono", "uuidv07", "serde_json", "network-address", "numeric", "with-deprecated"] }
diesel_migrations = { version = "1.4.0" }
diesel_infer_schema = { version = "1.4.0" }
dotenv = ">=0.8, <0.11"
dotenv = "=0.15"
quickcheck = { version = "0.4", features = ["unstable"] }
uuid = { version = ">=0.7.0, <0.9.0" }
serde_json = { version=">=0.9, <2.0" }
Expand Down
2 changes: 1 addition & 1 deletion examples/mysql/getting_started_step_1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = ["Sean Griffin <sean@seantheprogrammer.com>"]

[dependencies]
diesel = { version = "1.4.0", features = ["mysql"] }
dotenv = "0.10"
dotenv = "=0.15"
2 changes: 1 addition & 1 deletion examples/mysql/getting_started_step_2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = ["Sean Griffin <sean@seantheprogrammer.com>"]

[dependencies]
diesel = { version = "1.4.0", features = ["mysql"] }
dotenv = "0.10"
dotenv = "=0.15"
2 changes: 1 addition & 1 deletion examples/mysql/getting_started_step_3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = ["Sean Griffin <sean@seantheprogrammer.com>"]

[dependencies]
diesel = { version = "1.4.0", features = ["mysql"] }
dotenv = "0.10"
dotenv = "=0.15"
2 changes: 1 addition & 1 deletion examples/postgres/advanced-blog-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
bcrypt = "0.1.0"
chrono = "0.4.0"
diesel = { version = "1.4.0", features = ["postgres", "chrono"] }
dotenv = "0.10.0"
dotenv = "=0.15"
structopt = "0.1.6"
structopt-derive = "0.1.6"
tempfile = "2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/postgres/getting_started_step_1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = ["Sean Griffin <sean@seantheprogrammer.com>"]

[dependencies]
diesel = { version = "1.4.0", features = ["postgres"] }
dotenv = "0.10"
dotenv = "=0.15"
2 changes: 1 addition & 1 deletion examples/postgres/getting_started_step_2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = ["Sean Griffin <sean@seantheprogrammer.com>"]

[dependencies]
diesel = { version = "1.4.0", features = ["postgres"] }
dotenv = "0.10"
dotenv = "=0.15"
2 changes: 1 addition & 1 deletion examples/postgres/getting_started_step_3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = ["Sean Griffin <sean@seantheprogrammer.com>"]

[dependencies]
diesel = { version = "1.4.0", features = ["postgres"] }
dotenv = "0.10"
dotenv = "=0.15"
2 changes: 1 addition & 1 deletion examples/sqlite/getting_started_step_1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ authors = ["Taryn Hill <taryn@phrohdoh.com>"]

[dependencies]
diesel = { version = "1.4.0", features = ["sqlite"] }
dotenv = "0.10"
dotenv = "=0.15"
2 changes: 1 addition & 1 deletion examples/sqlite/getting_started_step_2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ authors = ["Taryn Hill <taryn@phrohdoh.com>"]

[dependencies]
diesel = { version = "1.4.0", features = ["sqlite"] }
dotenv = "0.10"
dotenv = "=0.15"
2 changes: 1 addition & 1 deletion examples/sqlite/getting_started_step_3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ authors = ["Taryn Hill <taryn@phrohdoh.com>"]

[dependencies]
diesel = { version = "1.4.0", features = ["sqlite"] }
dotenv = "0.10"
dotenv = "=0.15"

0 comments on commit 674d0f9

Please sign in to comment.