Skip to content

Commit c3832d6

Browse files
Bump diesel from 2.1.4 to 2.1.5
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.1.4 to 2.1.5. - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.1.5/CHANGELOG.md) - [Commits](diesel-rs/diesel@v2.1.4...v2.1.5) --- updated-dependencies: - dependency-name: diesel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2037225 commit c3832d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

svanill-vault-server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ actix-cors = "0.6.5"
1616
actix-web-httpauth = "0.8.1"
1717
env_logger = "0.10.2"
1818
structopt = "0.3.26"
19-
diesel = { version = "2.0.3", features = ["sqlite", "r2d2"] }
19+
diesel = { version = "2.1.5", features = ["sqlite", "r2d2"] }
2020
diesel_migrations = "2.1.0"
2121
libsqlite3-sys = { version = "0.27.0", features = ["bundled"] }
2222
serde = "1.0.197"

0 commit comments

Comments
 (0)