Update Rust crate diesel to v2.2.1 #216

Merged
pierre merged 1 commits from renovate/diesel-2.x-lockfile into master 2024-06-14 16:47:28 +00:00
Showing only changes of commit a4c3d774ff - Show all commits

View File

@ -1026,9 +1026,9 @@ dependencies = [
[[package]]
name = "diesel"
version = "2.2.0"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35b696af9ff4c0d2a507db2c5faafa8aa0205e297e5f11e203a24226d5355e7a"
checksum = "62d6dcd069e7b5fe49a302411f759d4cf1cf2c27fe798ef46fb8baefc053dd2b"
dependencies = [
"bitflags 2.5.0",
"byteorder",